/*header*/
.header{
	margin-top:10px;
	margin-bottom:-80px;
	font-size:20pt;
	color:tan;
	letter-spacing:0pt;
}
.header a{color:#238581;}
/*main*/
body{
	background-color:#edebd7;
	text-align:center;
	font-family:Arial;
	font-size:70pt;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:30px;
	margin-right:30px;
	letter-spacing:-5.8pt;
}
a{text-decoration:none;}
.a a{color:#d36462;}
.a a:hover{color:#ca3236;}
.b a{color:#40929f;}
.b a:hover{color:#00718a;}
.c{color:tan;}
/*search*/
input{
	font-family:Arial;
	font-size:54pt;
	font-weight:bold;
	letter-spacing:-3.5pt;
	color:#6a9f40;
	background-color:#dad7ba;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#searchResults a:hover{
	color:teal;
}
/*footer*/
footer{
	font-size:12pt;
	color:tan;
	letter-spacing:0pt;
}
footer a{color:#238581;}
/*info box*/
.info{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:40%;
	font-size:12pt;
	letter-spacing:-1pt;
	background-color:#fff;
	padding:8px;
	     -moz-border-radius: 8px; /* FF1+ */
  -webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome */
	border:solid 1px black;
}