﻿body, OPTION, INPUT, TD, TEXTAREA, SELECT
{
	font-size: 7pt;
	font-family: Arial;
}
TD
{
	font-size: 7pt;
	font-family: Arial;
	border-bottom: black 1px solid;
}
	
A:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	background-color:Yellow;
	color:	black;
	}
