.text        { font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, sans-serif; 
               color: #808080 }
.aj        { font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, sans-serif; 
               color: blue }
.whitetext   { font-size: 12px; line-height: 15px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF }
A:link {    text-decoration: underline; color: white } 
A:visited { text-decoration: underline; color: white } 
A:active {  text-decoration: underline; color: red }
A:hover {   text-decoration: underline; color: red }

a.aj:link    {text-decoration:none;color:blue;background-color:transparent}
a.aj:visited {text-decoration:none;color:blue;background-color:transparent}
a.aj:hover   {text-decoration:underline;color:red;background-color:transparent}
a.aj:active  {text-decoration:underline;color:#0000FF;background-color:transparent}