.menuitem {
	color: #FFB6C1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
}
A.menuitem:hover {
	color: red
}
.head1 {
	font-family: "Times New Roman", Times, serif;
	color: Silver;
	font-size: 24pt;
}
.head2 {
	font-family: "Times New Roman", Times, serif;
	color: Silver;
	font-size: 18pt;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
A.body:hover {
	color: Red;
	text-decoration: none;
}
.entry {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Gray;
	text-decoration: none;
}
.entryhead {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	text-decoration: none;
	color: #4682B4;
}
SPAN.entryhead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
}
A.entryhead:hover {
	color: Red;
}
.back {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Gray;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
}
A.back:hover {
	color : Red;
}