h1 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-large;
	font-weight: bold;
}
h2 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight: bold;
}
h3 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
}
h4 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
}
h5 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
}
h6 {
	color : #990066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
}
p {
	color : Black;
	font-size : medium;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
li {
	color : Black;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
}
a:link { color: Black; text-decoration : none; }
a:visited {
	color: #666666;
	text-decoration : none;
}
a:hover {
	color: #0000FF;
	text-decoration : none;
}
a:active { color: #0066CC; text-decoration : none; }
.navilinks {
	border : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : lighter;
	text-align : left;
	text-decoration : none;
	color : #000000;
	background-color: #6699FF;
	list-style-type: disc;
}
a.navilinks:link { color: #990066; text-decoration : none; }
a.navilinks:visited { color: #990066; text-decoration : none; }
a.navilinks:hover { color: #990066; text-decoration : none; }
a.navilinks:active { color: #990066; text-decoration : none; }
.naviunten {
	font-size : xx-small;
	color : Black;
	font-weight : bold;
}

