﻿body
{
	background-color: #2c0000;
	font-size: 10pt;
	font-family: Tahoma;
	margin: 0px;
	color: white;
}
a:active
{
    font-size: 9pt;
    color: white;
    font-family: Tahoma, Verdana;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Tahoma, Verdana;
    text-decoration: none;    
}
a:visited
{
    font-size: 9pt;
    color: white;
    font-family: Tahoma, Verdana;
    text-decoration: none;    
}
a:link
{
    font-size: 9pt;
    color: white;
    font-family: Tahoma, Verdana;
    text-decoration: none;    
}