/* Body color */

Body
{
	background-color:black;
	margin-top :0;
	margin-left :0;	
	margin-right:0;
	margin-bottom:0;
}


.Head   
{ font-family: Tahoma, Arial, sans-serif; 
  font-size: 20px; line-height: 16px;
  font-weight: bold; 
  color: Blue;
 }
 
 .NormalBold   
{ font-family: Tahoma, Arial, sans-serif; 
  font-size: 13px; line-height: 12px;
  font-weight: bold; 
  color: white;
 }

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

A:link	{	
	text-decoration:	none;
	FONT-WEIGHT: bold;
	color:	red;
	}	
		
A:visited	{	
	text-decoration:	none;
	FONT-WEIGHT: bold;
	color:	red;
	}	
		
A:active	{	
	text-decoration:	none;
	FONT-WEIGHT: bold;
	color:	red;
	}	
		
A:hover	{	
	text-decoration:	underline;
	FONT-WEIGHT: bold;
	color:	red;
	}





