
p.title {
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
}

p.author, p.date {
	font-size: 14pt;
	text-align: center;
}


a:link {
	text-decoration: underline;
	color: #006666;
}

a:visited {
	text-decoration: underline;
	color: #009966;
}

a:hover {
	text-decoration: underline;
}

pre {
	border: 1px solid;
	border-color: #000;
	background-color: #D7D7D7;
	-moz-border-radius: 1em;
	padding: 1em 0 1em 0;
}
