/* CSS Document */


BODY {
background-color : #000000;
color : #ffffff;
font-family : Garamond;
font-size : 14px;
}
a:link, a:active, a:visited {
text-decoration : none;
color : #ff8000;
}
a:hover {
text-decoration : underline;
color : #ff8000;
}


