html, body, div, p {
margin:0;
padding:0;
}
html {
font-size:100.1%;
}
body {
background-color:#FFFCDE;
color:#00489B;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:0.8em;
padding:0 0 20px;
}
p {
margin:0 0 10px;
}
a:link, a:visited {
color:#00489B;
text-decoration:underline;
}
a:focus, a:hover, a:active {
color:#000000;
text-decoration:none;
}
h1 {
color:#00489B;
font-size:150%;
font-weight:bold;
margin:15px 0 7px;
padding:0;
}
h3, h4 {
color:#00489B;
font-size:130%;
font-weight:bold;
margin:15px 0 7px;
padding:0;
}
h5, h6 {
color:#00489B;
font-size:110%;
font-weight:bold;
margin:15px 0 7px;
padding:0;
}
input {
border:1px solid #00489B;
}
textarea {
border:1px solid #00489B;
font-size:110%;
}
select {
border:1px solid #00489B;
}
input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover, input:active, select:active, textarea:active {
border:1px solid #000000;
}

