body {
	background-attachment: fixed;
	background-color: #FC0;
	background-image:url(../images/backgrounds/FFCC00.jpg)
}
h1,h2,h3,h4,h5,h6,dt {
	color: #CC3300;

}

form {
	background-color: #990000;
}
hr {
	background-color: #FF0000;
	color: #FF6600;


}
a:hover {
	color: #F00;
	border-bottom-width: thin;
	border-bottom-style: solid;


}
a:active {
	color: #000000;
}
