body {
	margin: 5px 20px 10px 20px;
	background-color: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 9pt;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

#head {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

div {
	font-size: 8pt;
}

a { text-decoration: none;
		font-weight: bold; }


:link, :visited, :active {
	color: #666666;
	background-color: #inherit;
}

:hover {
	color: #ffffff;
	background-color: #666666;
}