.texthead {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bolder; text-transform: capitalize; color: #666666; }
.header {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #666666;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text {font-size: 12px; font-style: normal; text-transform: inherit; color: #666666; font-family: Arial, Helvetica, sans-serif;}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #A5A5A5;
}
a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
a {
	font-weight: bold;
}


body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F6F6F6;
}
