.pageLightBG {
	background-color: #FFFFFF;
	background-image: url(../images/bgw2.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.pageDkBG {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg2black.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
.pageDkBG H1 {
	font-size: 20pt;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pageDkBG a:link {
color: #ff0000;
text-decoration:underline;
}
.pageDkBG a:visited {
color: #FF0000;
text-decoration:underline;
}
.pageDkBG a:hover {
color: #DDDDDD;
text-decoration:underline;
}
.pageDkBG a:active {
color: #ff0000;
text-decoration:underline;
}