@CHARSET "UTF-8";

* {
	font-family: Arial;
	font-size: 12pt;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: rgb(0,64,128);
}

p {
	font-size: 100%;
}

div#footer {
	text-align: center;
	font-size: 80%;
	font-style: italic;
}

div#footer a {
	font-size: 100%;
	color: inherit;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	color: rgb(0,64,128);
}