a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(204,204,204); 
} 
a:active 
{
	color: rgb(0,0,0);
}
body
{
	background-color: rgb(0,153,153);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(204,204,204);
	table-border-color-dark: rgb(153,153,153); 
}
h1
{
	color: rgb(255,255,204);
}
h2
{
	color: rgb(255,255,204); 
}
h3
{
	color: rgb(255,255,204); 
}
h4
{
	color: rgb(255,255,204);
}
h5
{
	color: rgb(255,255,204);
}
h6
{
	color: rgb(255,255,204);
}
