/* CSS Document */
p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: auto;
	font-style: normal;
	line-height: 24px;
	clip: rect(auto,auto,auto,auto);
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #00FF66;
	display: block;
	padding: 8px;
	width: 160 px;
	margin-top: 10px;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #99FF33;
	display: block;
	padding: 8px;
	width: 160 px;
	margin-top: 10px;
}
.linkki {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #0066FF;
	visibility: visible;
}
