
A:link { text-decoration: none ;color: #0000B3} /*(navy) unvisited link */
A:visited { text-decoration: none ; color: #0000B3} /*(navy) visited link */
A:active { text-decoration: none ; color: green} /* active link */
A:hover {text-decoration: none ; color: red}

A.Menu:link { text-decoration: none ;color: white} /* unvisited link */
A.Menu:visited { text-decoration: none ; color: white} /* visited link */
A.Menu:active { text-decoration: none ; color: green} /* active link */
A.Menu:hover {text-decoration: none ; color: gold}
