body{
    font-family: verdana;
    background-color: #4e8297;
    background-image: url('images/background.jpg');
}
H1{
    font-family: times new roman;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}
H2{
    font-family: times new roman;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}
.footer{
    font-size: 8pt;
    color: white;
    text-align: center;
    text-valign: top;
}
.content{
    font-size: 10pt;
    color: black;
    text-align: left;
    font-family: tahoma, verdana, arial;
}
.content2{
    font-size: 12pt;
    color: black;
    text-align: left;
    font-family: tahoma, verdana, arial;
}
.contact_form{
    font-family: tahoma;
    font-size: 10pt;
}
a.footer:link{
    color: white;
    font-size: 8pt;
}
a.footer:visited{
    color: white;
    font-size: 8pt;
}
a.footer:hover{
    font-size: 8pt;
    color: blue;
}
a.dplink:link{
    color: white;
    font-size: 8pt;
}
a.dplink:visited{
    color: white;
    font-size: 8pt;
}
a.dplink:hover{
    font-size: 8pt;
    color: red;
}


