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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.background {
	background:#000;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
}
.foreground {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 1;
}
<!--.trans id is control of entire main section mostly transparency
-->

body, td, th {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.trans {
	opacity:.75;
	filter: alpha(opacity=75);
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.trans2 {
	opacity:.3;
	filter: alpha(opacity=30);
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	display:inline;
}
h1 {
	display: inline;
	margin: 0px;
	font-size: 10pt;
	color: #FFF;
	text-decoration:none;
	
}
h2 {
	font-size: 10pt;
	color: #FFF;
	text-decoration:underline;
	display: inline;
	margin: 0px;
}
h3 {
	font-size: 10pt;
	color: #CCC;
	display: inline;
	margin: 0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color: #FFF;

}
a:active {
	text-decoration: none;
	color: #999;
}
a {
	font-size: 12px;
}
.deviders {
	font-size: 12px;
	color: #CCC;
	
}
