
/* general body properties */
body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
}

/* a href links */
A {
	text-decoration : none;
	color : blue;
}

A:Hover {
	text-decoration : none;
	color : blue;
}

A:Visited {
	text-decoration : none;
	color : blue;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}