.navi {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #6F3737;
	width: 100px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px;
	text-decoration: none;
}
a.link {
	color: #663300;
	text-decoration: none;
}

a:visited {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	background-color: #999999;
	text-decoration: none;
}
