body {
	background-color: #CCCCCC;
	background-image: url("b4images/mainbg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top left;

}


a:link {  color: #003300; text-decoration: underline; }
a:hover {  color: #003300; text-decoration: none; }
a:active {  color: #003300; text-decoration: none; }
a:visited {  color: #003300; text-decoration: underline; }