body {
        background-color: #FFFFFF;
        font-family: Helvetica, Arial, FreeSans, Tahoma, 'Arial CE';
        margin-left: 5%;
        margin-right: 5%;
        font: 14 pt sans;
}

:link {
        color: rgb(0, 0, 153) }  /* for unvisited links */
:visited {
        color: rgb(0, 0, 153) } /* for visited links */
:active {
        color: rgb(255, 0, 102) } /* when link is clicked */
:hover {
        color: rgb(0, 96, 255) } /* when mouse is over link */

blockquote {
        margin-top: 0.3em;
        margin-bottom: 1em;
}

ul {
        margin-top: 0.3em;
        margin-bottom: 1em;
}

h1 {
	font: 16 pt sans;
	font-weight: bold;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}

h2 {
	font: 14 pt sans;
	font-weight: bold;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}

p.nav {
        font: 14 pt sans;
        margin-top: -0.5em;
        margin-bottom: 0em;
}
