A.nav {color: white;}
A.nav:link {text-decoration: none; font-weight: bold; }
A.nav:visited {text-decoration: none; font-weight: bold; }
A.nav:active {color: #409FFF; text-decoration: none; }
A.nav:hover {color: #409FFF; text-decoration: none; }

A.nav2 {color: black;}
A.nav2:link {text-decoration: none; font-weight: bold; }
A.nav2:visited {text-decoration: none; font-weight: bold; }
A.nav2:active {color: Red; text-decoration: none; }
A.nav2:hover {color: #FFCC00; text-decoration: none; }

A.nav3 {color: #004080}
A.nav3:link {text-decoration: none; font-weight: bold; }
A.nav3:visited {text-decoration: none; font-weight: bold; }
A.nav3:active {color: #C0C0C0; text-decoration: none; }
A.nav3:hover {color: #C0C0C0; text-decoration: none; }

A.red:hover {color: red;}

A.blk {color: #004080}
A.blk:link {text-decoration: underline; }
A.blk:visited {text-decoration: underline; }
A.blk:active {color: #409FFF; text-decoration: none; }
A.blk:hover {color: #409FFF; text-decoration: none; }