Home | History | Annotate | Download | only in doc
      1 BODY {
      2     background: white;
      3 }
      4 
      5 A.plain {
      6     text-decoration: none;
      7 }
      8 
      9 A.sidebar {
     10     text-decoration: none;
     11 }
     12 
     13 A.sidebar:hover, A.sidebar:active {
     14     text-decoration: underline;
     15 }
     16