body {
	background-color: #FFF8DE;
}
#wrapper {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#container {
	width: 800px;
	height: 479px;
	position: relative;
	top: 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type:square;
}
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

