a:link {
	text-decoration: underline; 
	color: black;
}

a:visited {
	text-decoration: underline; 
	color: green;
	font: bold
}

a:hover {
	text-decoration: underline; 
	color: green
}

td {
	font-family:verdana; 
	font-size:12;
}
