<style type="text/css">
A {
	color: Navy;
	text-decoration: None;
	font-weight: bold;
}
A:Active {
	color: Navy;
	text-decoration: underline;
	font-weight: bold;
}
A:Link {
	font-family: Tahoma;
	font-size: 14px;
	color: Navy;
	text-decoration: None;
	font-weight: bold;
}
A:Visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFEBCD;
	text-decoration: None;
	font-weight: bold;
}
A:Hover {
	color: Red;
}
Menu {
	color: Navy;
	text-decoration: None;
	font-weight:bold;
}
link1:link {
	font-family: Tahoma;
	font-size: 14px;
	color: #884220;
	text-decoration: None;
	font-weight: bold;
}
</style>