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;
}

#bodyautosattlerei{
    color:#C0C0C0;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #003315;
    background-image: url("hg.jpg");
}

table.body{
    width: 803px;
    border-width: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

table.upper{
    width: 875px;
    height: 117px;
    border-width: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

table.lower{
    width: 100%;
    border-width: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

td.topText{
    vertical-align: top;
    text-align: right;
}

td.captionText{
    column-span: 3;
    color: #C0C0C0;
    font-size: 48px;
}

td.anotherColumn{
    width: 312px;
    column-span: 2;
}

p.middleText{
    text-align: center;
    color: #C0C0C0;
}

p.leftText{
    text-align: left;
}

p.rightText{
    text-align: right;
}