body {
	margin: 0px;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
div {
	margin: auto;
	padding-bottom: 15px;
	width: 700px;
}
ul {
	list-style: square;
	margin-bottom: 0px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	margin-left: -9px;
	margin-top: 5px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #993333;
}