body {
	font-family: Tahoma;
}

a:link {
	text-decoration: none;
	color: #BB0000;
}
a:active {
	text-decoration: none;
	color: #BB0000;
}
a:visited {
	text-decoration: none;
	color: #BB0000;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}

.inactive_navi a:link {
	color: #000000;
	text-decoration: none;
}
.inactive_navi a:active {
	color: #000000;
	text-decoration: none;
}
.inactive_navi a:visited {
	color: #000000;
	text-decoration: none;
}
.inactive_navi a:hover {
	color: #FF3333;
	text-decoration: none;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}
