body
{
background-color: #660000;
background-attachment: fixed;
background-position: center;
}

div
{
color:white;
font-size: 12pt;
} 

td
{
color:white;
font-size: 15pt;
}

a.navi:link	
{
color: yellow;
text-decoration: underline;
}

a.navi:visited
{
color:yellow;
text-decoration: underline;
}

a.navi:hover
{
color: red;
text-decoration: underline;
}

a.navi:active	
{
text-decoration: none;
}
