﻿body 
{
    display:block;
	font-family:Tahoma,Times New Roman,Verdana;
	font-size:10pt;
	font-weight:normal;			
}
a:link
{
	color:#0000cc;
	text-decoration:none;
	font-weight:normal;	 	   
}
a:visited
{       
	color:#0000cc;
	text-decoration:none;
	font-weight:normal;	 
}

a:hover
{
	color:red;		
	text-decoration:none;
	font-weight:bolder;		
}
