/* Cascading Style Sheet */
body    { background-color: #ccfffd;
    font-size: 16pt;
    font-family: "times new roman", arial, sans-serif;
    margin-left: 20pt;
    margin-right: 20pt;

    }
h1  {text-align: center;

    }
h2  {text-align: center;
    font-style: italic;
    font-weight: bold;

    }

.first  {
    font-size: 15pt;
    font-weight: bold;

    }
blockquote {
    width: 70%;
    float: right;
    font-size: 13pt;

    }
a:link  {
    color: blue;
    }
a:active    {
    color: gray;
    }
a:visited{
    color: red;

    }
.footnote {
    font-size:10pt;

    }