.navlink {
 margin-top: 10px;
 margin-bottom: 10px;
  }


a:link   {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
 background-color: #1F2F9F;
 text-align: center;
 border-style: solid;
 border-color: #FFCF00;
 border-width: thin thin thin medium;
 font-size: 12pt;
 display: block;

 }

a:visited  {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
 background-color: #1F2F9F;
 text-align: center;
 border-style: solid;
 border-color: #FFCF00;
 border-width: thin thin thin medium;
 font-size: 12pt;
 display: block;
 }
 
a:hover  {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
 background-color: #FFCF00;
 text-align: center;
 border-style: ridge;
 border-color: #000000;
 border-width: thin thin thin medium;
 font-size: 12pt;
 display: block;
 }

a:active  {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
 background-color: #ffffff;
 text-align: center;
 border-style: solid;
 border-color: #000000;
 border-width: thin thin thin medium;
 font-size: 12pt;
 display: block;
 }

