A:ACTIVE.menu1 {
	font-family : Times;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
	color : FFFFFF;
}
A:HOVER.menu1 {
	font-family : Times;
	font-size : 12pt;
	font-weight : bold;
	color : FFFFFF;
	text-decoration : underline;
}
A:LINK.menu1 {
	font-family : Times;
	font-size : 12pt;
	font-weight : bold;
	color : FFFFFF;
	text-decoration : underline;
}

A:VISITED.menu1 {
	font-family : Times;
	font-size : 12pt;
	font-weight : bold;
	color : FFFFFF;
	text-decoration : underline;
}


A:ACTIVE {
	color : Blue;
	text-decoration : underline;
}
A:HOVER {
	color : Blue;
	text-decoration : underline;
}
A:LINK {
	color : Blue;
	text-decoration : underline;
}
A:VISITED {
	color : Blue;
	text-decoration : underline;
}
