body, td, p, div {
    font-family: 'Merriweather'; 
    font-weight: 700; 
    color: #C0C0C0; 
    font-size: 14px;
}

span.open {
    font-family: 'Open Sans'; 
    font-weight: 800; 
    color: #C0C0C0; 
    font-size: 40px;
}

a:link {
    color: #FF8000;
}

a:visited {
    color: #C0C0C0;
}

a:active {
    color: #C0C0C0;
}

#bodycaravan{
    color:#C0C0C0;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #003315;
    background-image: url("hg.jpg");
}

table.upper{
    width: 860px;
    height: 111px;
    border-width: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

table.lower{
    width: 861px;
    height: 1185px;
    border-width: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

p.middleText{
    text-align: center;
    color: #C0C0C0;
}

p.imageRight{
    float: right;
}

p.imageLeft{
    float: left;
}