BODY {
    background-color: #FFFFFF;
}

BODY, P {
    font-family: sans-serif;
    font-size: 9pt;
}

H1 {
    font-style: italic;  
    text-shadow: 3px 3px 5px black;
    font-weight: bold;
    font-size: large;
}

H2 {
    font-style: italic;  
    font-weight: normal;
    font-size: 20px;
}

H3 {
    text-decoration: underline;
    font-weight: normal;
}

HR {
    text-shadow: 3px 3px 5px black;
    height: 3px;
}

IMG {
    border: none;
}

#Copyright {
    text-align: center;
    font-size: xx-small;
    color: #0000FF;
    font-weight: bold;
    font-family: sans-serif;
}

.Num {
    text-align: right;
}