@charset "UTF-8";
/* CSS Document */

.hidden {
	visibility: hidden;
}
.unhidden {
	visibility: visible;
}
<!--
body, td, th {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-style: italic;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFcc99;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}
a:visited {
	color: #FFcc99;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
}
-->
