
html { 
    height: 100%; 
    margin-bottom: 1px;
}

/* 
   
   This solution to scrollbar shift was suggested at
   http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better 

*/

body {
    margin: 0;
    padding: 0;
    font-family : Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4em;    
    word-spacing: normal;
    text-align: left;
    color: navy;
    background-color: #ffc
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: green
}

a:visited {
    color: green;
}

a:hover {
    color: purple;
}

strong {
    font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
    text-transform: uppercase;
}

focus {
    border: 1px solid black;
    }

/* 
   
   This definition of strong was insipired by http://daringfireball.net.

*/


/* ID selectors */

#main{
    position: absolute;
    top: 3em;
    left: 20em;
    width: 41em;
    text-align: justify;
}


/* Class selectors */