@import url(https://fonts.googleapis.com/css?family=Chivo);

BODY {
padding: 0;
margin: 0;
}
form {
padding: 0px;
margin: 0px;
}
textarea {
    resize: none;
}

.imgRight {
float: right;
margin-left: 10px;
border: #077bce 1px solid;
}

h1 {
font-family: 'Chivo', sans-serif;
font-size: 28px;
color: #077bce;
font-weight: normal;
text-decoration: none;
margin-top: 0;
padding-top: 0;
}
h2 {
font-family: Tahoma, Geneva, sans-serif;
font-size: 20px;
color: #30a9ff;
font-weight: bold;
text-decoration: none;
letter-spacing: 2px;
}
td.content {
font-family: 'Chivo', sans-serif;
font-size: 18px;
color: #666;
font-weight: normal;
text-decoration: none;
line-height: 26px;
}
.content a:link, .content a:visited {
font-family: 'Chivo', sans-serif;
font-size: 18px;
color: #325997;
font-weight: bold;
text-decoration: underline;
}
.content a:active, .content a:hover {
font-family: 'Chivo', sans-serif;
font-size: 18px;
color: black;
font-weight: bold;
text-decoration: underline;
}

td.footer {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #077bce;
font-weight: normal;
text-decoration: none;
padding: 5px;
padding-top: 15px;
text-align: center;
}
.footer a:link, .footer a:visited {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #077bce;
font-weight: bold;
text-decoration: underline;
}
.footer a:active, .footer a:hover {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: black;
font-weight: bold;
text-decoration: underline;
}