body {
	background-color: white;
	background-image: url("bg.gif");
}

h1 {
	color: #990000;
	background-color: #FC9804;
}


a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: blue;
	text-decoration:none;
}
a:active {
	color: blue;
	text-decoration:none;
}
a:hover {
	color: #008080;
	text-decoration:underline;
}


