.head {
	font-family: Tekton, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	color: #335533;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #334433;
	
}
.text {
	font-family: Tekton, Arial, "sans-serif";
	font-size: 16px;
}

.textbold {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	

}
.textsmall {
	
	font-size: 11px;
	color: #000000;	
}

.bullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;
	list-style-position: outside;
	list-style-type: disc;
}

.didyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #996600;
}
a:link {
background-color: ##FFFFCC;
color: #335533;
text-decoration: none;
}

a:visited {
background-color: ##FFFFCC;
color: #335533;
text-decoration: none;
}

a:hover {
background-color: #c0c0c0;
color: #993366;
}
.floatr{
float: right;
margin: 10px;}

.floatl{
float: left;
margin: 10px;}

.float{
float: none;
margin: 10px;}