body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#header {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid Black;
}

#header #logo {
	font-size: 14pt;
}


#navigation {
	display: none;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: Black;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	color: Black;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

p {
	padding: 0 0 3pt 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: blue;
	background: yellow;
}

a:visited {
	color: black;
}

.important {
	color: red;
	font-weight: bold;
}
