

.blueborder
{
    border-color: #0185C6;
    border-width: 1px;
    border-style: solid;
}



.biglink2 {

  color: #0000AA;
  font-size: 20pt;
}

.biglink {

  color: #0000AA;
  font-size: 15pt;
}

#nav ul{
   padding : 0;
   margin : 0;
   white-space : nowrap;
   background-color :  #2D5644;
   color : White;
   float : left;
   width : 100%;
   border-style : solid;
   border-color : #2D5644;
   border-width : 2px 0 2px 0;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 0.6em;
   padding-right : 0.6em;
   background-color : #2D5644;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #2D5644;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav ul li a:hover{
   background-color : #2D5644;
   color : White;

text-decoration:underline; 
}


a.black: {color:#666666;text-decoration: none;}
a.black:link {color:#666666;text-decoration: none;}
a.black:visited {color:#666666;text-decoration: none;}

a.black:hover {color: #333333; text-decoration: none;}
a.black:active {color:#333333;text-decoration: none;}  /* selected link */



