p       {     font-weight: normal;     font-size: 8pt;    line-height: 12pt;     font-family: Verdana;     font-variant: normal;    font-style: normal;}A:link { color: blue }       /* unvisited link */A:visited { color: blue }   /* visited links */A:active { color: red }    /* active links */A:link, A:visited { text-decoration: none }A:active { text-decoration: underline }/*A:hover { text-decoration: underline; background-color: red }*/A:hover { border: 2px solid red }