/* CSS Document */

body {
margin-top: 50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}

a:link {
color:#999999;
text-decoration: none;
}

a:visited {
color:#999999;
text-decoration: none;
}

a:hover {
color:#999999;
text-decoration: underline;
}

a:active {
color:#999999;
text-decoration: underline;
}