p {
    color: rgb(0,0,0);
    text-decoration: none;
}

a {
    color: rgb(0,0,255);
}
body {
    font-family: arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: rgb(255,255,255);
}
h1 {
    color: rgb(0,0,128);
    font-size: 2em;
}
h2 {
    color: rgb(0,0,128);
    font-size: 1.5em;
}
strong {
        font-style: italic;
        text-transform: uppercase;
}

