#content a{
	text-decoration: none;
}
#content a:focus, a:hover, a:active {
	text-decoration: underline;
}
#content p, #content li {
	line-height: 1.8em;
}
#content h1, #content h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
#content h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
#content h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
#content pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
.caption {text-align: center;}
