body{
    color: #222222;
    background: #ffffff; 
    margin: 0px;
}

p{
    font-family: helvetica, arial, sans-serif;
    color: #222222;
    text-align: justify;
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 0em;
    margin-bottom: 0em;
}

p.floatright{
    margin-left: 1em;
    margin-right: 1em;
}

p.list{
    margin-left: 0px;
    margin-right: 0px;
}

pre.para{
    margin-left: 10em;
    margin-right: 10em;
}

h1{
    font-style: normal;
    font-weight: bold;
    font-size: 18pt;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}

h3{
    font-style: italic;
    font-weight: normal;
    font-size: 16pt;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}

a:link { 
    text-decoration: underline; 
    color: #000000;
}

a:visited { 
    font-weight: normal; 
    text-decoration: underline; 
    color: #333333;
}

a:hover, a:active { 
    text-decoration: underline; 
    color: #dddd00;
}

ul{
    list-style-type: square;
    margin-left: 6em;
    margin-right: 6em;
}

ol{
    list-style-type: decimal;
    margin-left: 6em;
    margin-right: 6em;
}

#title{
    font-style: italic;
    font-weight: normal;
    font-size: 16pt;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    color: #660000;
    text-align: center;
}

#copyright{
    text-align: center;
    font-size: 9pt;
}

#booktitle{
     font-style: italic;
}
