/* CSS Document */

p{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
line-height: 12px;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 150px;
	line-height: 18px;
	padding: 3px;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00ffff;
	display: block;
	width: 150px;
	line-height: 18px;
	padding: 3px;

}