body {
	background-color: #330000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.Header {
	font-size: large;
}
.Highlight {
	color: #66FF66
}

.text_dark {
	color: #000000
}
.text_small {
	font-size: small;
}


.Title {
	font-size: xx-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Title_Sm {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.TitleLong {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}
.Subtitle {
	font-size: large;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {font-size: x-small}
