/* CSS Document */
body {
	background-image: url(images/background.jpg);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000000;
}
a:link {
	color: #AD7901;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E4BF0E;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #D4D0C8;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
