@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.thing{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 0px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #AAAAFF;
	display: none;
	padding: 4px;
	text-align: center;
	width: 175px;
}  

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;





	background: #3333FF
\;
	display: block;
	padding: 4px;
	width: 175px;
	background: #6666FF;
}  
