/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	padding-top: 1;
	padding-right: 1px;
	padding-bottom: 1;
	padding-left: 1px;
}

pk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	font-style: normal;
	padding-top: 1;
	padding-right: 1px;
	padding-bottom: 1;
	padding-left: 1px;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	background-color: #FFFF99;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	background-color: #FFCC66;
	padding: 8px;
	width: 140px;
}

.navigationline {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.navigationline:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
