a {
	background-color: white;
	color: blue;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: underline;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: gray;
	text-decoration: underline;
}
a:hover      { text-decoration: underline; }
body         { font-size: 12pt; color: #000000; }
h1           {  font-size: 36pt}
h2           {  font-size: 24pt}
h3           {  font-size: 18pt}
h4           {  font-size: 14pt}
h5           {  font-size: 12pt}
h6           {  font-size: 10pt}
html {
	background-color: white;
	color: black;
	line-height: 1.5em;
	word-spacing: 0;
	text-indent: 0; 
	margin-top: 0;
	margin-bottom: 0
}
.clsSiteTitle {
	background-color: black;
	color: white;
	font-family: Arial, Sans-Serif;
	font-size: 18pt;
}
.clsCenter {
	text-align: center
}
.clsRight {
	text-align: right
}
.clsSoundTrack {
	font-family: Sans-Serif;
	font-size: 14pt;
}
.clsFirstRow {
	background-color: silver;
	color: black;
}
.clsUnable {
	background-color: white;
	color: silver;
}
.clsTitleE {
	font-family: Ariral, Sans-Serif;
}
.clsHidden   { visibility: hidden }