html 
{
	width: 100%; height : 100%;
}
body
{
	font-family: arial, verdana, helvetica;
	background-color: rgb(50,50,50);
	color: rgb(216,218,38);
	SCROLLBAR-FACE-COLOR: rgb(50,50,50);
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(255,255,255);
	SCROLLBAR-SHADOW-COLOR: rgb(250,250,250);
	SCROLLBAR-3DLIGHT-COLOR: rgb(150,150,150);
	SCROLLBAR-ARROW-COLOR: rgb(200,200,200);
	SCROLLBAR-TRACK-COLOR: rgb(70,70,70);
	SCROLLBAR-DARKSHADOW-COLOR: rgb(40,40,40);
}
a:link
{
	color: white;
}
{
	font-size: 150%
}
a:visited
{
	color: white; font-size: 10pt;
}
a:active 
{
	color: red;
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
th
{
	font-family: arial, verdana, helvetica;
	background-color: rgb(150,150,150);
	color: rgb(0,0,0); 
}
td
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}
td.active
{
	font-size: 10pt; font-weight: bold; text-align: left;
	background-color: rgb(0,0,0);
	color: rgb(255,255,192); 
}
td.inactive
{
	font-size: 10pt; font-weight: bold; text-align: left;
	background-color: rgb(0,0,0);
	
}
h1
{
	color: rgb(255,255,132);
}
h2
{
	color: rgb(255,255,132); 
}
h3
{
	color: rgb(255,255,132); 
}
h4
{
	color: rgb(200,50,50);
}
h5
{
	color: rgb(204,51,51);
	position: relative;
	top: 5%;
}
h6
{
        color: rgb(255,255,132);
        text-align: center;
        position: relative;
	bottom: -70%;
}
