/* top.css - stylesheet for confusion.org top level */

BODY {
    color: #3399ff;
    background-color: #000000;
}
H1,H2,H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #999999;
}
H1 { font-size: 175% }
H2 { font-size: 120%; line-height: 110% }
H3 { font-size: 110%; line-height: 105% }
A         { text-decoration: none;      color: #cc99cc; background-color: #000000 }
A:link    { text-decoration: none;      color: #cc99cc; background-color: #000000 }
A:visited { text-decoration: none;      color: #996699; background-color: #000000 }
A:hover   { text-decoration: underline; color: #cc99cc; background-color: #000000 }
A:active  { text-decoration: underline; color: #ffccff; background-color: #000000 }
P.centre { text-align: center }
P.justify { text-align: justify }
P.right { text-align: right }

