body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666600;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333300;
}

A:link {
	font-size: 12px;
	color: #003300;
	text-decoration: none;
}

A:hover {
	font-size: 12px;
	color: #CCCC99;
	font-size: 130%;
	text-decoration: none;
}

A:visited {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}

A:active {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}


.link {
	font-size: 12px;
	color: #003300;
}
	
	
	
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
 	color: #003300;
	font-weight: 500;
	text-align: center;
}


.small {
	font-size: 10px; 
	line-height: 16px;
}



I have not used the following but could be useful with modifications:


.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
    color: #003300;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
    color: #FFFF33;
}
