@charset "utf-8";
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
 background-color:#fff;
}
a{
color:#00F;
text-decoration:none;
}
a:hover{
color:#F00;
text-decoration:none;
}
.input {
border:#012a58 1px solid;
padding:2px;
margin:0px;
font-size:18px;
color:#012a58;
}
input:focus, textarea:focus{
background-color:#FFFFF0;
}
.center{
text-align:center;
}
.acronym{
cursor:help;
color:#804000;
border-bottom:1px dotted #804000;
}
.acronym:hover{
color:#090;
border-bottom:1px dotted #090;
}