/* style */
a 
{
	text-decoration: none;
	color: blue;
}

a:hover 
{
	text-decoration: underline;
}

td.time
{
	font-family: Tahoma, Verdana, Heveltica;
	font-size: smaller;
	color: black;
}
