/* CSS Document */
body
{
background-color: #330000;
color: #FF3300;
font:"BankGothic Lt BT", "BankGothic Md BT", Arial, Helvetica, sans-serif;
}

A
{
text-decoration:none;
color: #FF3300;
}
A:Hover
{
text-decoration:underline;
}

.alternate
{
color: #A25F4C;
}
