




<!--
  A { color: #0000FF; text-decoration: none; }
   A:hover { color: #1E90FF ; text-decoration: underline; }
-->





<!--
.nav {font-family:verdana,arial; font-size:8pt; font-weight:bold; border-right: #1E90FF solid 2px; border-left: #1E90FF solid 1px; border-bottom: #1E90FF solid 2px; border-top: #1E90FF solid 1px; background: #1E90FF; height:20px; cursor:hand}.nav_over {font-family:verdana,arial; font-size:8pt; font-weight:bold; border-right: #FFFF00 solid 1px; border-left: #1E90FF solid 2px; border-bottom: #1E90FF solid 1px; border-top: #1E90FF solid 2px; background: #FFFF00 ; height:20px; cursor:hand}
-->


.myhoveredlink {
   text-decoration: none;
   color: blue;
}
.myhoveredlink:hover {
   text-decoration: none; 
   color: #0000CD;
}




.menu {
   text-decoration: none;
   color: black;
}
.menu:hover {
   color: black;
   text-decoration: underline;
}