pnbp

a terrible but reliable site builder
Log | Files | Refs | README

style.css (298B)


      1 body, div {
      2     width:900px;
      3     margin:0 auto;
      4     font-family:sans-serif;
      5 }
      6 
      7 a {
      8     text-decoration:none;
      9     color:#0000BB;
     10 }
     11 
     12 a:hover {
     13     text-decoration:underline;
     14 }
     15 
     16 a h1:hover {
     17     text-decoration:underline;
     18 }
     19 
     20 a:visited {
     21     color:#0000BB;
     22 }
     23 
     24 a.current {
     25     border:2px solid black;
     26 }