html {
	font: .8em/1.4 Monospace, Verdana, sans-serif;
	background-color: #fff;
	color: #00f;
}

#Header {
	border-bottom: 1px solid;
	width: 100%;
}

#Footer {
	border-top: 1px solid;
	width: 100%;
}

#Datas {
	padding: 1em 0;
	width: 100%;
}
.IP {
	font-weight: bold;
}	
table {
	border: 1px dotted #00f;
	margin:auto;
	width: 90%;
}

thead tr td {
	border-bottom: 2px dashed #00f;
	font-weight: bolder;
}

tbody tr td {
	border-bottom: 1px dashed #00f;
	font-size: 0.9em;
}

.footnotes {
	font-size: 0.8em;
}
.PreCode {
	font-size: 0.7em;
	white-space: pre;
}
.Whois { border-top: 2px dashed #00f !important; }
.low { font-size: 0.9em; }
