body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Tahoma;
	text-align: center;
}
a, a:visited, a:hover {
	color: black;
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 5px;
}
p {
	line-height: 1.7em;
}
table td {
	border-right: 1px solid #ccc;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
table td.feature {
	font-weight: bold;
	border-left: 1px solid #ccc;
}
div#wrapper {
	width: 720px;
	text-align: left;
	margin: 10px auto;
}
h1#headline {
	margin: 10px 0 10px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background: white url('headline.jpg') no-repeat center center;
	font-size: 29px;
	text-align: center;
}
ul.main {
	margin-top: 25px;
	list-style-type: none;
}
ul.main a {
	color: blue;
}
div#footer {
	text-align: center;
	font-size: 11px;
}