a:link
{
	color: red; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: orange;
}
a:hover
{
	color: violet; 
} 
body
{
	background-color: black;
	color: white;
}
table
{
	table-border-color-light: white;
	table-border-color-dark: green; 
}
h1
{
	color: white;
}
h2
{
	color: rgb(255,255, 153); 
}
h3
{
	color: rgb(51,102,0); 
}
h4
{
	color: rgb(255,255, 153);
}
h5
{
	color: rgb(255,153,0);
}
h6
{
	color: white;
}
