a:link
{
	text-decoration= none;	
}
a:visited
{
	text-decoration= none;	
} 
a:active 
{
	text-decoration= none;
}
body
{
	margin: 10px 3px;
	font-family: Arial, Helvetica, sans_serif;
	scrollbar-face-color: #000000; 
	scrollbar-arrow-color: #ff3300; 
	scrollbar-track-color: #393939;
	background-color: rgb(33,33,33);
	font-size: 24pt;
	line-height: 200%; 
	color: rgb(255,255,255);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans_serif;
}
h1
{
	color: rgb(255,255,255);
	font-size:18pt;
}
h2
{
	color: rgb(255,255,255);
	font-size:18pt;
}
h3
{
	color: rgb(255,255,255);
	font-size:18pt;
}
h4
{
	color: rgb(255,255,255);
	font-size:18pt;
}
h5
{
	color: rgb(255,255,255);
	font-size:18pt;
}
h6
{
	color: rgb(255,255,255);
	font-size:18pt;
}

