body
{
	background-color: #FFFF99;
	background-image: url(Images/gdpbackgrnd.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
A:link {
	color: maroon;
	text-decoration: none;
}
A:visited {
	color: purple;
	text-decoration: none;
}
A:active {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #33ffff;
}
P , UL { color: black}
P I { color: blue}
H1, H2, H3, H4 { color: navy; }
.special { color: red } 
td, th {
	color:#000000;
	}