BODY {
	background: #303030;
	background-image:      url(images/main-bgnd.gif);
	background-repeat:     no-repeat;
	background-position:   center;
	background-attachment: fixed;
}
.BODYnoBG {
	background: #303030;
}

H1, H2, H3, H4, H5, H6, P { color: gray; }
IMG       { border-color: gray; }
IMG:hover { border-color: white; }

A       { color: silver; }
A:hover { color: white; }

.AnoU       { color: silver; text-decoration: none; }
.AnoU:hover { color: white;  text-decoration: none; }

.text150 { font-size: 150%; }