<! Race for the Arts Web Pages >
<! Webmaster Mary Birch >
<! css global declerations and settings>

Body {
color:green

	background-attachment: fixed;
	background-image: url(watermarkLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
body {
	color:#000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A4DB24;
}
H1 { color:purple }

