@charset "UTF-8";
/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3399;
}
.navigation{
	font-family: Arial, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF99CC;
	display: block;
	padding: 8px;
	width: 140px;
}



.navigation:hover {
	font-family: Arial, san-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFCC33;
	display: block;
	padding: 8px;
	width: 140px;
}
.bold2 {
	font-family: Arial, san-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
