@charset "utf-8";
/* CSS Document */

body
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;  
    font-size: 11;
	background-color: #21211F;
    color: #cccccc;    
}

.heading
{  
    font-size: 12pt;
    font-weight: bold;
    color: #cccccc;    
}

.homelink
{  
    font-size: 28pt;
    font-weight: bold;   
}

.highlight
{
	color: #FFFFFF;
	font-weight: bold;
}

a
{
    color: #EF2E25;
    text-decoration: none;    
}

a:hover
{

    color: #DEDEDE;  
    text-decoration: none;  
}

a:visited
{  
    color: #EF2E25;  
    text-decoration: none;    
}

a:visited:hover
{
    color: #DEDEDE;  
    text-decoration: none;    
}