body {
	color		: black;
	background	: white;
	padding		: 50px 15px 50px 60px;
	font-family	: Helvetica, Verdana, sans-serif;
}

code, samp {
	font-family	: monospace;
}

#logo {
	font-size	: 32px;
	margin		: 0 0 55px;
	font-family	: serif;
	font-weight	: normal;
}

#logo #domain {
	color		: #006dab;
	background-color: white;
	border-top	: 1px solid black;
	border-bottom	: 1px solid black;
}

#logo #tld {
	border-top	: 1px solid black;
	border-bottom	: 1px solid black;
}
	
h1 {
	color		: #006dab;
	background-color: white;
	font-size	: 1.5em;
	font-weight	: normal;
}

h2 {
	color		: #006dab;
	background-color: white;
	font-size	: 1.2em;
	font-weight	: normal;
}

h3 {
	color		: black;
	background-color: white;
	font-size	: 1em;
	font-weight	: bold;
}

dt {
	font-weight	: bold;
}

p.copyright {
	font-size	: small;
}

ol.text li,
ul.text li {
	margin-bottom	: 1em;
}
