body {
	background-image: url();
	background-color: #FFFFCC;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}

.smhead {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
