/* CSS Document */


BODY {
background-color : #f1e5d1;
color : #000000;
font-family : American Classic;
font-size : 12px;
}
a:link, a:active, a:visited {
text-decoration : underline;
color : #e99448;
font-style : bold;
}
a:hover {
text-decoration : none;
color : #000000;
}


