/* info.css - stylesheet for confusion.org informational documents */

BODY {
    background-image: URL(/images/confusion-spatter.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 40px
}
H1,H2,H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center
}
H1 { font-size: 150% }
H2 { font-size: 120%; line-height: 110% }
H3 { font-size: 110%; line-height: 110% }
A         { text-decoration: none; }
A:link    { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover   { text-decoration: underline; }
A:active  { text-decoration: underline; }
P { font-family: Arial, Helvetica, sans-serif }
P.centre { text-align: center }
P.justify { text-align: justify }
P.right { text-align: right }


