@charset "utf-8";
/* CSS Document */


body {
text-align:center;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
background-color:#99CC00;
margin:0px;
color:#999999;
}

a:link, a:visited, a:active {
color: white;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

