﻿@import 'blockquote.css';

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
}
a:link, a:visited {
    color: #000000;
}
a:hover {
    color: #0033ff;
}
h1 {
    font-size: 180%;
    font-weight: bold;
    border-bottom: solid 2px #999999;
}
h2 {
    font-size: 160%;
    font-weight: normal;
    border-bottom: solid 1px #cccccc;
}

div#header, div#menu {
    display: none;
}
div#printheader {
    text-align: center;
    font-size: 120%;
    border: solid 1px #000000;
    padding: 1ex;
    background-color: #eeeeee;
    font-weight: bold;
}
div#footer {
    text-align: right;
    font-size: 80%;
    border: solid 1px #000000;
    padding: 1ex;
    background-color: #eeeeee;
}
div#footer div#update {
    float: left;
}
