.menu {
		border: none;
		Font-size: larger;
		Font-weight: Bold;
		Color: #ffffff;
		background-color: #000000;
		text-Decoration: None;
}
.subMenu {
	background-color: #000000;
	font-weight: bold;
	font-size: small;
}
.CreamBold {
		Color: #fffeb3;
		font-weight: bold;
		font-size: large;
		font-family: Garamond, "Times New Roman", Times, serif;
}
.TopicHead {
		font-weight: bold;
		text-decoration: underline;
}
.PageHead {
	font-size: 150%;
	font-style: italic;
}
P.footnote{
	font-size: 75%;
}
P.fineprint{
	font-size: 60%;
}
BODY {
	background-color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
}
TABLE.content{
	color: #f0f0f0;
	background-color: #000035;
	border-color: #FFFEB3;
}
TH {
	background-color: #4C0000;
	font-size: large;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
}
TH.header {
	text-align: left;
}
A {
	color: #ffffff;
}
A.menuLink {
		color:#ffffff;
		text-Decoration: None;
		border: none;
}
A.subMenuLink {
	color:#c0c0c0;
	text-Decoration: None;
}