body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #9C2A00;
	background-image: url('background.jpg');
	background-position: right top;
}
.infoBox {
	position: absolute;
	height: auto;
	top: 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: #CFBB85;
	color: #FFFBD0;
	left: 10%;
	width: auto;
	border: dotted thin #FFFBD0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.infoBox h1 {
	font-size: 50px;
	letter-spacing: 4pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 15px;
	margin-bottom: 4px;
	text-align: center;
}
.infoBox h2 {
	font-size: small;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 2px;
}
.infoBox h3 {
	font-size: medium;
	border-bottom: 1px dotted #FFFF99;
}
.infoBox img {
	position:relative;
	left:-10px;
	padding-right: 10px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	font-size: smaller;
}

