.menu {
	color : #008000;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Arial;
	font-weight: bold;
}
.menu a {
	color : #008000;
	text-decoration: none;
}
.menu a:hover {
	color : #000000;
	text-decoration: none;	
}
.link {
	color : #000000;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Arial;
	font-weight: bold;
}
.link a {
	color : #000000;
	text-decoration: none;
}
.link a:hover {
	color : #006000;
	text-decoration: none;	
}
.web {
	color : #008000;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Arial;
	font-weight: bold;
}
.web a {
	color : #008000;
	text-decoration: none;
}
.web a:hover {
	color : #008000;
	text-decoration: underline;	
}