h1.smheader {
	color: #993333;
	font-size:24px;
	font-style: italic;
	text-decoration: none;
}
h1.lgheader {
	color: #993333;
	font-size:36px;
	text-decoration: none;
	font-style: italic;
}

body {
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #993333;
}
.small_text {
	font-size: small;
	text-decoration: none;
}
