/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

body,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f3c40;
}

a,a:active,a:visited {
	color: #2f3c40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #15a1f6;
}


