body {
  background-color: black;
}


a:link
{
	color: white; 
}
a:visited
{
	color: Orange; 
} 
a:active 
{
	color: Orange;
}
body
{
	font-family: Arial, Helvetica;
	background-color: red
	color: gray;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	background-color: black 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: white;
	font-size: 25pt
}
h2
{
	color: white; 
	font-size: 15pt
}
h3
{
	color: white;
	font-size: 12pt
 
}
h4
{
	color: white; 
	font-size: 12pt

}
h5
{
	color: white;
	font-size: 10pt
}
h6
{
	color: white;
	font-size: 18pt
}

p
{
	font: Times New Roman, Times;{
	color: white;
	font-size: 12pt;
}