a:link
{
	color: rgb(255,255,0); 
}
a:visited
{
	color: rgb(255,255,0); 
} 
a:active 
{
	color: rgb(255,255,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(204,51,204);
	color: rgb(255,255,0);
	font-size: 10;
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,0);
	font-size: 18;
}
h2
{
	color: rgb(255,255,0);
	font-size: 16; 
}
h3
{
	color: rgb(255,255,0);
	font-size: 14; 
}
h4
{
	color: rgb(255,255,0);
	font-size: 12;
}
h5
{
	color: rgb(255,255,0);
	font-size: 11;
}
h6
{
	color: rgb(255,255,0);
	font-size: 10;
}