
Table
{
	font-size: 11px;
	Font-family: Arial;
	font-style: normal;
	color : black;
}
A:LINK
{
	color: black;
	text-decoration: non;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

A:VISITED
{
	color : black;
	text-decoration : non;
	font-family : Arial;
	font-size : 11px;
	font-style : normal;	
}
A:HOVER
{
    color: red;
	text-decoration: yes;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}