:link:hover, :visited:hover {
  /* color: #EE8800 !important; */
  color: #FF8800 !important;
}
:link:hover, :visited:hover {
  text-decoration: none !important;
}
:link {
  text-decoration: none !important;
  color: #0000FF;
}
:visited {
  text-decoration: none !important;
  color: #0000FF;
}
a.copyr        { text-decoration:  none; 
                 color:            black;
                 float:            right;
                 font-size:        .7em;
                 }
a.copyr:hover  { text-decoration:  none;
                 color:            #DD0000;
                 }
span.home      { color:            black;
                 float:            right;
                 font-size:        .9em;
                 }
a.home         { text-decoration:  none; 
                 color:            blue;
                 font-size:        .9em;
                 }
a.home:hover   { text-decoration:  none;
                 color:            #DD0000;
                 }
