body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	background-image: url(images/illustration.jpg);
	background-repeat: no-repeat;
	background-color: #D9B492;
}
.header {
	font-size: 36px;
	color: #F58234;
}
#maincontent {
	height: 500px;
	width: 350px;
	padding-left: 50px;
	padding-top: 20px;
}
a:link {
	font-weight: normal;
	color: #20008E;
	text-decoration: none;
}
a:visited {
	color: #20008E;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F68436;
}
.boldtext {
	font-size: 14px;
	font-weight: bold;
	color: #F58337;
}

