body {
	margin: 0px;
	padding: 0px 10px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#compare {
	margin-top: 1em;
	text-align: center;
}
.otherguy {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #666;
	text-align: center;
}
.otherguytop {
	border: 1px solid #333;
	color: #666;
	text-align: center;
}

.ourstuff {
	border-bottom: 2px solid #f90;
	border-left: 2px solid #f90;
	border-right: 2px solid #f90;
	text-align: center;
}
.ourstufftop {
	border: 2px solid #f90;
	text-align: center;
}

.tablecat {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
}
.tablecattop {
	border: 1px solid #333;
	text-align: center;
}



.qrstag {
	text-align: center;
	color: #333;
	margin: 20px 5px;
	font-style: italic;
}
.comment {
	border: 1px #ccc solid;
	background-color: #ffc;
	padding: 10px;
}


