body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	color: #000;
	background-color: #fff;
}

A, A:visited {
	color: #00f;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#content {
	width: 80%;
	margin: 20px auto;
	border: 2px solid #000;
}
#contentText {
	margin: 20px;
}
#contentHeader {
	background-color: #00f;
	color: #fff;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
	border-bottom: 2px solid #000;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: x-small;
}
#comparisonResults {
	width: 100%;
}
#comparisonResults TD {
	vertical-align: top;
}