A {
	Color : Blue;
	Font-Weight : normal;
	text-decoration : underline;
}
A:visited {
	Color : Blue;
	Font-Weight : normal;
	text-decoration : underline;
}
A:hover {
	Color : Blue;
	Font-Weight : normal;
	text-decoration : underline;
}
A:active {
	Color : Blue;
	Font-Weight : normal;
	text-decoration : underline;
}



A.mnu {
	Color : Blue;
	Font-Size : 30px;
	Font-Weight : normal;
	font-family: Times New Roman;
	text-decoration : underline;
}
A.mnu:visited {
	Color : Blue;
	Font-Size : 30px;
	Font-Weight : normal;
		font-family: Times New Roman;
	text-decoration : underline;
}
A.mnu:hover {
	Color : Blue;
	Font-Size : 30px;
	Font-Weight : normal;
		font-family: Times New Roman;
	text-decoration : underline;
}
A.mnu:active {
	Color : Blue;
	Font-Size : 30px;
	Font-Weight : normal;
		font-family: Times New Roman;
	text-decoration : underline;
}