/* CSS Document */

<style type="text/css">

A:hover {text-decoration: underline; color:#E2C15D;}
A:link {text-decoration: none; color:#7B2828}
A:active {text-decoration: none; color:#ffffff;}
A:visited {text-decoration: none; color:#7B2828;}
A:hover {text-decoration: underline; color:#E2C15D;}

body
{
background: #510707 url('../images/bground.jpg');
color: #7B2828;
text-align: center; /* for IE */
font-family: Times;
}

.Container 
{
background-color: transparent;
}

</style>