﻿a:link
{
	color: rgb(255,244,40); 
}
a:visited
{
	color: rgb(143,244,244); 
} 
a:active 
{
	color: rgb(142,255,40);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
table
{
	border-color: orange;
	background-color:#333333;
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Courier New", Courier, monospace;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(153,255,51); 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}