.navi a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Courier New", "Courier", "mono";
	font-weight: bold;
}
.navi a:visited{
	color: #EEEEEE;
	font-size: 12px;
	font-family: "Courier New", "Courier", "mono";
	font-weight: bold;
	text-decoration: none;
}
.navi a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Courier New", "Courier", "mono";
	font-weight: bold;

}
.navi a:active {
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Courier New", "Courier", "mono";
	font-weight: bold;
}

