body
{
margin: 0 auto;
padding: 0;
overflow: auto;
font: 13px 'Tahoma', arial, hevetica, sans-serif; color: #000000;
background-image:url(images/backfire.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: top center;
background-color: #000000;
}

#Navigation
a:link, a:visited, a:active
{ 
color: #FFFFFF;
text-decoration:none; 
}

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


.Text a:link { color: black; text-decoration: none;}
.Text a:active { color: black; text-decoration: none;}
.Text a:visited { color: black; text-decoration: none;}
.Text a:hover { color: black; text-decoration: underline;}


