a:active
	{
	color: red;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline;
	}

a:visited
	{
	color: black;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline;
	}

a:hover
	{
	color: white;
	background : teal;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	}

td.footer
	{
	font-family : arial;
	font-size : -1;
	font-weight :	normal;
	color : white;
	}

body
	{
		font-family : arial;
		font-size : 10pt;
		font-weight : normal;
		color : blue;
		text-decoration : none;
		}

td
	{
	font-family : arial;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	}

.tstyle
	{
	font-family:arial;
	font-size: 10pt;
	}


