body {
	font-family:Arial;
	font-size:12pt;
	color:#00f;
	font-weight:bold;
}
A {
	text-decoration:none;
	color:#00f;
}
A:hover {
	text-decoration:underline;
}
A:visited {
	color:#00f;
}
A:active {
	color:#ff00ff;
}
h1 {
	font-size:20pt;
	width:100%;
	text-align:center;
	margin-top:2em;
	margin-bottom:2em;
}
h2 {
	font-size:16pt;
	width:100%;
	text-align:center;
	margin-top:2em;
	margin-bottom:2em;
}