/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;

}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #FF9900;
}
.navigation {
	font-family: Verdana, sant-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 140px;
	
}
.navigation:hover {
	font-family: Verdana, sant-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color:  #FF9900;
	display: block;
	padding: 8px;
	width: 140px;
}
.paco{
	font-family: "crazy crazy";
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	display: inline;
}
    
.paco:hover{
	font-family: "crazy crazy";
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
