body {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
}

#url {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 2px;
	background: #F9F9F9;
	padding:5px;
	-moz-border-radius: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.intro {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

.mid {
	margin-left: 5px;
}

#results {
	margin-top: 15px;
}

#results div {
	padding: 5px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #333333;
	width: 550px;
	text-align: left;
}

#results div span {
		float: right;
		font-weight: normal;
}
#resultstable {
	width:800px;
	table-layout:fixed;
	font-size:1.0em;
	text-align:center;
}
#resultstable th {
	background-color:#eee;
	font-weight:bold;
}
