body    {
         color: #000000;
         background-color: #FFFFFF;
         margin: 0px;
         background-image: url(/images/notebook.gif);
         }

H1 {color: navy;
    text-decoration: none;
    font-style: normal;
    font-family: sans-serif;}
H2 {color: navy;
    text-decoration: none;
    font-style: normal;
    font-family: sans-serif;}

P {margin-right:50px;
   margin-left:50px;
}

BLOCKQUOTE {margin-right:100px;
   margin-left:100px;
}

A:link {color: navy;
        text-decoration: none;
        font-style: normal;
        font-family: sans-serif;}
A:visited {color: navy;
        text-decoration: none;
        font-style: normal;
        font-family: sans-serif;}
A:active {color: red;
        text-decoration: none;
        font-style: normal;
        font-family: sans-serif;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
