body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  line-height: 24px;
  color: #180A00;
  }

td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
  line-height: 24px;
  color: #180A0;
}

a {
	font-size: 12px;
	color: #1A8E6B;
	text-decoration:none;
	font-weight:bold;
}

a:visit {
	color:#800000;
	text-decoration:none;
	font-weight:bold;	
}	

a:active {
	text-decoration: underline;
	color:#FF0000;
	font-weight:bold;	
}

a:hover {
	text-decoration: underline;
	color:#3399FF;
	font-weight:bold;	
}