<style>
a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,153,102); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
	background-color: rgb(51,51,51);
	color: rgb(255,255,153);
}
table
{
	table-border-color-light: rgb(204,204,102);
	table-border-color-dark: rgb(153,153,51); 
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(0,253,153); 
}
h3
{
	color: rgb(153,255,0); 
}
h4
{
	color: rgb(255,153,51);
}
h5
{
	color: rgb(153,204,255);
}
h6
{
	color: rgb(51,255,255);
}
</style>.
