
A:link
{
	font-weight: normal;
	font-size: 8pt;
	color: silver;
	font-family: tahoma, Arial;
	text-decoration: none;
}

A:active 
{
	font-weight: normal;
	font-size: 8pt;
	color: silver;
	font-family: 'tahoma' , Arial;    
	text-decoration: none;
}

A:visited
{
	font-weight: normal;
	font-size: 8pt;
	color: silver;
	font-family: 'tahoma' , Arial;
	text-decoration: none;
}

A:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: yellow;
	font-family: 'tahoma' , Arial;
	text-decoration: underline;
}

BODY
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: 'tahoma' , Arial;    
	text-decoration: none;
}

