.grey {
    color: rgb(135,138,143);
}

.green {
    color: rgb(58,135,89);
}
.lite-green {
    color: rgb(205,225,213);
}
body{
    /*background-color: rgb(58,135,89);*/
}
#header {}
#footer {
    color: rgb(58,135,89);
}

.tickertape {
}

.frame{
    background-color: white;
}

.content2 {
    background-color: white;
}

.content2 h2 {
    color: rgb(58,135,89);
}
.content2 h3 {
    color: rgb(58,135,89);
}

.content {
    background-color: white;
}
.content hr {
    color: silver;
}

.content a {
    color: black;
}

.content h2 {
    color: white;
    background-color: rgb(58,135,89);
}
.content h2 a  {
    padding: 2px;
    color: white;
}

.content h2 a:hover{
    padding: 2px;
    color: rgb(58,135,89);
    background-color: white;
}


.content h3 {
}
.content h3 a  {
    padding: 2px;
}

.content h3 a:hover{
    padding: 2px;
    color: white;
    background-color: rgb(58,135,89);
}

.content table {}

.content table th {
    color: white;
    background-color: rgb(58,135,89);
}

.content table td {}

.info{
    color: rgb(58,135,89);
}

.address {
    color: rgb(58,135,89);
}



