body {
	background-color: #003300;
	background-image:  url(images/BKGTILE.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;


}

a:link {
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-decoration: underline;



}

a:visited {
	color: #999999;
	height: auto;
	width: auto;
	text-decoration: underline;
}

a:hover {
	color: #00CC33;
	height: auto;
	width: auto;
	text-decoration: underline;

	
}

a:active {
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-decoration: none;
}
