body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.pageheading {
	font-size: large;
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;

}
.smtext {
	font-size: x-small;
}
a:link {
	font-weight: bold;
	color: #003333;
}
a:hover {
	background-color: #FFFFCC;
	color: #000066;
}
