body {
	background-color: white;
	font-family: sans-serif;
	font-size: 12px;
	/*background-image: url(../Images/Background/rotator.php);
	background-position: 375px 225px;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}



img {  
	border-style: none;
}



h1 {
  	font-family: sans-serif;
  	text-transform: uppercase;
 	font-size: 14px;
 	font-weight: bold;
 	color: black;
}

h2 {
  	font-family: sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	color: black;

}



ul li {
	list-style-image: none;
	list-style-type: none;
}



ul.bullet li 
{ 
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}



a:link 
{
	color: black;
}

a:visited 
{
	color: black;
}

 
