a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(0,255,255);
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
normal, h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Garamond;
}
normal
{
	color: rgb(255,255,255);
	font-size: 90%
}
h1
{
	color: rgb(255,255,255);
	font-size: 160%
}
h2
{
	color: rgb(255,255,255);
	font-size: 150%
}
h3
{
	color: rgb(255,255,255);
	font-size: 140%
}
h4
{
	color: rgb(255,255,255};
	font-size: 130%
}
h5
{
	color: rgb(255,255,255);
	font-size: 120%
}
h6
{
	color: rgb(255,255,255);
}