a:link
{
	color: rgb(200,130,60); 
}
a:visited
{
	color: rgb(235,130,60); 
} 
a:active 
{
	color: rgb(245,130,60);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(170,95,60);
}
table
{
	table-border-color-light: rgb(170,95,60);
	table-border-color-dark: rgb(170,95,60); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	font-weight: bold;
	font size: "36pt";
	color: rgb(170,85,10);
}
h2
{
	font-weight: bold;
	font size: "24pt";
	color: rgb(170,85,10);}
h3
{
	font-weight: bold;
	font size: "18pt";
	color: rgb(170,85,10); 
}
h4
{
	font-weight: bold;
	font size: "14pt";
	color: rgb(170,85,10);
	}
h5
{
	font-weight: bold;
	font size: "12pt";
	color: rgb(170,85,10);
}
h6
{
	font-weight: bold;
	font size: "10pt";
	color: rgb(170,85,10);
}