body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background.jpg);
	color: #41331f;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-style: normal;
	line-height: 1.2em;
	color: #41331f;
	padding-bottom: 6px;
	font-weight: normal;
}

a:link, a:visited {
	color: #70090a;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
	
a:active {
	color:#CC0000;
	text-decoration: none;
	}