body {
    font-family: sans-serif;
    background-color:white;
}

h1
{
 font-family: "arial sans ms", arial, sans-serif;
 color: #0C72A4;
 text-align:center;
}

tr.Header
{
 background-color: #CD3700;
 color: white;
 border: 2px solid black;
}

h2,h3 {
    background-color:#0C72A4;
    color: white;
    font-size: 100%;
    text-align:left;
    border-style:solid;
    border-color:#0C72A4;
    border-width:1px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}


