@charset "utf-8";
/* CSS Document */

p{
	font-family: Veranda, sans serif;

font size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #CC00CC;
}
.navigation {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC66CC;
	display: block;
	padding: 2px;
	width: 100px;
}

.navigation:Hover {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF00CC;
	text-decoration: none;
	background-color: #000000;
	display: inline-block;
	padding: 8px;
	width: 140px;
}

