
body {background-color:#;
	  font-family: "Century Gothic",Tahoma,Verdana,"Trebuchet MS"
}
h1 { color:#2A98D4; font-size:48px; }
h2 { color:#2A98D4; font-size:24px; }
h3 { color:#2A98D4; font-size:16px; }
h4 { color:#2A98D4; font-size:10px; }

div.main_centered {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

div.boxed {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

  border-width:1px;
  border-style:solid;
  border-color:black;
 
}

div.hidden {
	visibility: hidden;
}
