.highlightA {
    background-color:#dee6c8;
}

.highlightB {
    background-color:white;
}

.highlightC {
    background-color:#fffdcc;
}

a {
    text-decoration:none;
}

body {
    background-color:black;
    color:white;
}

div.main {
    background-color:white;
    color:black;
    width:75%; height:100%;
    padding-right:20px; padding-left:20px; padding-bottom:10px; padding-top:10px;
    position:relative; left: 250px;
}

div.title {
    text-align:left;
    font-size:30px;
}

hr {
    background-color:#3a493a;
    height:8px;
}

hr.thin {
    height:2px;
}

iframe.sidebar {
    border-style:none;
    width:230px; height:275px;
    position:absolute; left:15px;
}

li.heading {
    font-size:large;
}

ul.county {
    list-style-type:square;
    margin-bottom:20px;
}