a:link
{
	color: rgb(0,0,255);
	text-decoration: none; 
}
a:visited
{
	color: #00CCFF; 
	text-decoration: none 
} 
a:active 
{
	color: rgb(255,255,0);
	text-decoration: none; 
}
body
{
	font-family: Arial;
	background-color: #000000;
	color: #66FF33;font-size:12pt
}
table
{
	border-style:solid; border-width:0; padding:0; table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255) 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: #00FF00;font-size:14pt; font-family:Arial
}
h2
{
	color: #FFFF00;font-size:14pt; font-family:Arial; font-weight:bold 
}
h3
{
	color: #FF3399;font-size:14pt; font-family:Arial 
}
h4
{
	color: #3399FF;font-family:Arial; font-size:14pt
}
h5
{
	color: #00FF00;font-family:Arial; font-size:14pt
}
h6
{
	color: #FF0000;font-family:Arial; font-size:14pt
}

body {
	#ContentBox {
			position: fixed;
			top: 10px;
			left 10px;
			_postion: absolute;
			_top: expression((( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 10) + "px");
			}
	}