a:link
{
	color: rgb(255, 255, 255); 
	text-decoration: none;
}
a:visited
{
	color: rgb(255, 255, 255); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(255, 255, 255); 
	text-decoration: none;
}
a:hover 
{ 
	color: rgb(255,153,0);
}
p
{
	font-family: Courier New, serif;
	font-size: 16px;
	background-color: #FC9435;
	color: rgb(255, 255, 255);
}
body
{
	font-family: Courier New, serif;
	font-size: 14px;
	background-color: #FC9435;
	color: rgb(255, 255, 255);
}
table
{
	table-border-color-light: #FC9435;
	table-border-color-dark: #FC9435; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Courier New;
	font-size: 20;
}
h1
{
	color: rgb(210,105,30);
}
h2
{
	color: rgb(51,102,51); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
