p{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #000000;
	line-height: 18px;
	padding: 1px;
}

.normal{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #000000;
	line-height: 18px;
}

.bold {
	font-family: "Verdana sans-serif";
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.tiny {
	font-family: "Verdana sans-serif";
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #999;
	display: block;
	padding: 4 px;
	width: 90px;
	height: auto;
}

.navigation:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999;
	display: block;
	width: 90px;
	height: auto;
	
}

