a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(50,255,255); 
} 
a:active 
{
	color: rgb(30,30,150);
}
body
{
	background-color:#00FF00;
	font-family:  Trebuchet, Helvetica, Arial;
	color: rgb(0,0,0);
	font-weight: 550;
	text-align:center;
}
table
{
	table-border-color-light:rgb(0,0,255);
	table-border-color-dark:rgb(255,00,00);
	border-style:solid;
	border-color:rgb(255,255,00);
	border-width:10px 10px;	
	font-family: BlackChancery;
	font-color: rgb(00,00,255);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet, Helvetica, Arial;
}

h1
{
	color: rgb(100,102,255); 
	font-family: BlackChancery;
}
h2
{
	color: rgb(0,0,255);
	font-size: 16.0pt;
	font-weight: 100;
	text-align: center;
}
h3
{
	color: rgb(0,0,255);
	font-size: 16.0pt;
	font-weight: 100;
	text-align: center;
}
h4
{
	color: rgb(0,0,255);
	font-size: 16.0pt;
	font-weight: 900;
}
h5
{