body, td, th, li {
	font-family: 'Lucida Console', monospace;
	font-size: 10px;
	line-height: 16px;
	text-rendering: optimizeLegibility;
}

#container {
	width: 800px;
	margin: 15px auto;
	background: #AAAAFF; 
	padding: 1em 1em 1em;
	border: 1px solid #00f;
	border-top: 0px solid #00f;
	padding-top: 0;
}

h1 {
	font-family: 'Lucida Console', monospace;
	font-size: 1.75em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #FF2222;
	text-rendering: optimizeLegibility;
}

h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Lucida Console', monospace;
	font-size: 1.1em;
	text-rendering: optimizeLegibility;
}

h3 {
	font-family: 'Lucida Console', monospace;
	font-size: 1.175em;
	font-weight: bold;
	border: none;
	border-bottom: thin solid #222;
	color: #ff0000;
	text-rendering: optimizeLegibility;
}

ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -10px;
}

p.type {
	font-family: 'Lucida Console', monospace;
	text-rendering: optimizeLegibility;
}

p.divisor {
	font-family: 'Lucida Console', monospace;
	font-size: 1.08em;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

a {color: #ff3344; outline: none; text-decoration: none; }
a:visited {color: #ff3300; }
a:hover, a:focus { color: #ff0044; text-decoration: underline; }
a:active {color: #ff3344; }

a.link {color: #000000; outline: none; text-decoration: none; }
a.link:visited {color: #000000; }
a.link:hover, a:focus { color: #000000; text-decoration: underline; }
a.link:active {color: #000000; }
