a:link
{
	//color: rgb(233,255,0); 
	color: rgb(255,255,255); 
	text-decoration: none;
}
a:visited
{
	//color: rgb(233,199,255); 
	color: rgb(255,255,255); 
	text-decoration: none;
} 
a:active 
{
	//color: rgb(255,51,0);
	color: rgb(255,255,255);
	text-decoration: none;
}
a:hover
{
	//color: rgb(255,51,0);
	color: rgb(233,255,0);
	text-decoration: underline overline;
}
html,
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 8pt;
	scrollbar-base-color: #7A5ECB; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #3C2D64;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}
div
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table,
tr,
td,
{
	//table-border-color-light: rgb(255,255,102);
	//table-border-color-dark: rgb(0,0,0); 
	border: 1px;
	border-style: inset;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,0);
}
h5
{
	color: rgb(255,255,153);
}
h6
{
	color: rgb(255,255,255);
}
p
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}