body {
	background-color:#fff6e9;
	background-attachment: fixed;
	background-image: url(images/background_nettle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #996600;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
}
.tableBorder {
	border: thin double #996600;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}

