﻿a:link
{
	color: #FF9900; 
}
a:visited
{
	color: #663300; 
} 
a:active 
{
	color: #FF3300;
}
body
{
	font-family: Tahoma, Helvetica;
	
	background-color: #FFFFFF;
	background-image: url("new index/main background.png");
	background-position: 50% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;


	color: #993300;
	text-transform: uppercase;
}
table
{
	table-border-color-light: #993300;
	table-border-color-dark: #993300);
	text-transform: uppercase;
	text-align: left;
}
h1
{
	font-weight: bold;
	font-size: 12 px;
	font-family: Tahoma, Times;
}
.newStyle1 {
	background-color: #FFCC66;
	color: #993300;
}

a:link {
   text-decoration: none;
   }
a:hover {
   color: #006600;
   text-decoration: underline overline;
   }
