hr {
    height: 1;
    color: black
}

hr.section {
    height: 1;
    color: black;
    margin-left: 50;
}

h1 {
    text-align: center;
    font: bold 200%;
}

p {
    text-align: left;
    margin-left: 40;
}

body {
/*    background-image: url("/backgrounds/qc-background.jpg"); */
    background: #B6CBE5;
    font-family: Times, Helvetica, Arial, Verdana, sans-serif;
    font-size: 12pt;
}

h2 {
    background: steelblue;
    border: solid thick steelblue;
    font-weight: bold;
    font-size: 140%;
    letter-spacing: 4;
}

h3 {
    font: bold 120%;
    margin-left: 40;
}

div {
    text-align: center;
}

td {
    text-align: center;
    vertical-align: top;
}

table#navigation {
    align: center;
    text-align: center;
    vertical-align: middle;
    font-size: 18pt    
    width: 100;
    height: 50;}

td.navigation {
    text-align: center;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: bold;
    width: 130;
    height: 30;
}

div#navigation {
    text-align: center;
    font-size: 12pt;
    font-face: Arial;
    color: black;
    font-weight: bold;
}

div#footer {
    text-align: center;
    font: italic;
    font-size: 8pt;
    font-face: Arial;
    color: dark-gray;
}
