A:link{
	color:cornflowerblue;
	text-decoration:underline;
	font-size:9pt;
}

A:visited{
	color:darkslateblue;
	text-decoration:underline;
	font-size:9pt;
}

A:active{
	color:red;
	background:whitesomke;
	text-decoration:underline;
	font-size:9pt;
}

A:hover{
	color:red;
	text-decoration:underline;
	font-size:9pt;
}

body{
	color:gray;
	font-family:sans-serif;
}

tbody{
	color:gray;
	font-family:sans-serif;
	font-size:9pt;
}
