
body {
    background-color: white;
    color: black;
    font-family: helvetica;
    text-align: left;
}

a { color: #474;
    font-weight: bold;
    border: 0px;
}

p.cover { text-align: center; }

b.title {
    background-color: white;
    color: #474;
    font-size: 36pt;
    font-weight: bold;
    font-family: arial;
}

h2 {
    background-color: #474;
    color: white;
    font-size: 150%;
    padding: 2px;
    border: 2px;
}

h3 {
    background-color: white;
    color: #474;
    font-size: 150%;
    border: 1px;
}

table, td, td {
    border-spacing: 0;
    border: 0;
}

td.H {
    background-color: #FDA;
    font-size: 200%;
    font-weight: bold;
    text-align: right;
}

td.h {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

td.L {
    background-color: #FDA;
    font-weight: bold;
    text-align: right;
}

hr {
    border: 0;
    color: #474;
    background-color: #474;
    width: 60%;
    height: 1px;
}

p.footer { text-align: center; }

tt { font-family: courier; }

