td {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
} 
a:link { color: #1d881d} 
a:visited { color: #1d881d} 
a:hover { color: #cc6600}

.topnav {
	font-family: Arial;
	font-size: 14px;
}
.topnav :link{
	font-family: Arial;
	font-size: 18px;
	color: #1d881d;
	text-decoration: none;
}
.topnav :visited{
	font-family: Arial;
	font-size: 18px;
	color: #1d881d;
	text-decoration: none;
}
.topnav :hover{
	font-family: Arial;
	font-size: 18px;
	color: #1d881d;
	text-decoration: underline overline;
}


h2 {
	font-size: 16px;
	color: #777777;
}

h3 {
	font-size: 14px;
	color: #339933;
}

.myfontsmall { font-family: Verdana; font-size: 10px; }
