a:link    {
  /* Applies to all unvisited links 102D78*/
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            102D78;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            102D78;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      none;
  background-color: FF33CC;
  color:            #fff;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color: none;
  }