/* CSS Document */
<style>

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
a {
	color: #990000;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
body {
	background-color: #484f55;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36pt;
	color: #000000;
}
h2 {
	font-size: 24pt;
	color: #000000;
}
h3 {
	font-size: 18pt;
	color: #000000;
	font-weight: normal;
}
h4 {
	font-size: 16pt;
	color: #000000;
}
h5 {
	font-size: 14pt;
	color: #000000;
}
h6 {
	font-size: 12pt;
	color: #000000;
}

</style>

