
body {
	background: #fafaff;
	margin: 33px;
	color: #333;
	font-family: arial,helvetiva,sans-serif;
	}
h1,.title,.subtitle {
	font-size: 1.5em;
	font-weight:bold;
	}
h1 a:hover, h1 a:active {
	text-decoration: none;
	}
h2 {
	font-size: 1.2em;
	font-weight:bold;
	}
a:link {
	color: #333;
	}
a:visited {
	color: #444;
	}
a:hover, a:active {
	text-decoration: underline;
	color: maroon;
	}
pre {
	margin: 3px 0;
	color: #777;
	}
ul {
	margin-bottom: 15px;
}