body {
    font: 14pt Calibri, Verdana;
    background: #c3b9b9;
}
h1 {
    font-size: 22pt;
    color: #2016e8;
    margin-bottom: -8px;
}
h1:first-child {
    margin-top: 5px;
}
span.rev {
    font-weight: bold;
    font-style: italic;
}
table.light {
    border: 2px solid #365722;
    margin: auto;
    border-collapse: collapse;
}
table.light tr:hover {
    background: rgba(221, 163, 61, 0.5);
}
div.sidebar p {
    font-size: 13pt;
}
A.main:link, A.main:visited, A.tel:link, A.tel:visited {
    text-decoration: none;
    color: inherit;
}
.container {
    width: 1000px;
    margin: 0 auto;
    background: #dda33d;
    box-shadow: 0 0 5px 2px;
}
.header {
    color: white;
    font-size: 24pt;
    font-style: italic;
    padding: 5px;
    background: #365722;
    text-shadow: 1px 1px 2px black;
}
.header span{
    font-size: 18pt;
}
.sidebar {
    float: left;
    width: 250px;
    padding-left: 10px;
}
.sidebar A:link, p.text {
    font: 12pt Arial;
}
.sidebar p:first-child A:visited, .sidebar p:first-child {
    color: #2016e8;
}
p.text {
    color: #551a8b;
}
.content {
    float: left;
    width: 720px;
    background: white;
    color: black;
    padding: 10px;    
}
.footer {
    padding-left: 10px;
    background: #365722;
    color: white;
    font-style: italic;
    clear: both;
}