a:link
{
	color: rgb(64,0,0); 
}
a:visited
{
	color: rgb(64,0,0); 
} 
a:active 
{
	color: rgb(128,128,128);
}

.revlink:link
{
	color: rgb(255,155,255); 
}
.revlink:visited
{
	color: rgb(255,255,255); 
} 
.revlink:active 
{
	color: rgb(128,128,128);
}



body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(d0,d0,d0);
	color: rgb(0,0,66);
	size: 2;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(228,16,16);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(69,29,8);
	size: 3;
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
