a {
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Fuchsia;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-image: url('../images/blegtext.gif');
	font-family: Arial, Helvetica, sans-serif;
}
a.MenuText {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.MenuText:Hover {
	font-family: "Times New Roman", Times, serif;
	color: #DDDDFF;
	font-weight: normal;
	text-decoration: underline;
}
a.MenuText:Visited  {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCFF;
	font-weight: normal;
}
.Menu {
	font-family: Arial, Veranda;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
hr {
	color: Silver;
	height: 1px;
}
