.oo {  }

a:link, 
a:visited, 
a:active   {  text-decoration: underline;
              color: black  }
              
a:hover    {  text-decoration: none;
              border-bottom: 1px dashed; border-top: 1px dashed;
              color: #FF4646;
               }

