body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #009933;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FF3366;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #CC33CC;
	font-variant: small-caps;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #0033FF;
	text-align: center;
	filter: Glow(Color=#336699, Strength=50);
}
h2 {
	font-size: x-large;
	color: #0000FF;
}
h3 {
	font-size: larger;
	color: #0066FF;
	order: 0;
	flex-grow: 1;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
}
.Content-hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
	color: #000000;
	display: none;
}


h4 {
	font-size: large;
	color: #3300FF;
}
h5 {
	font-size: medium;
	color: #3333FF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	list-style-type: square;
}
.Menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bolder;
	color: #990066;
	background-color: #CCCC66;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.MenuSelected {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
	color: #00FFCC;
	background-color: #CC6699;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-variant: small-caps;
	text-decoration: blink;
}
#notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
