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


.bold { font-family: sans-serif;
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #FFFF66;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFD700;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	padding: 8px;
	width: 140px;
}.larger {
	font-family: "Georgia Ref";
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
