body {
    background: red;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 8pt;
   color: black;
   margin: 0px;
}

.logo {
border-width: 1px;
border-color: black;
border-style: solid;
padding: 0px;
margin-bottom: 0px;
}

.image {
border-width: 1px;
border-color: black;
border-style: dotted;
padding: 4px;
margin: 2px;
}

a:active {
font-size: 11px;
text-decoration: none;
color: yellow;
}

a:visited {
font-size: 11px;
text-decoration: none;
color: yellow;
}

a:hover {
font-size: 11px;
text-decoration: none;
color: black;
}

a:link {
font-size: 11px;
text-decoration: none;
color: yellow;
}

table.content {
border-top-width:20pt;
border-top-style:solid;
border-bottom-width:15pt;
border-bottom-style:solid;
border-right-width:1pt;
border-right-style:dotted;
border-left-width:1pt;
border-left-style:dotted;
border-color: black;
margin-top: 0px;
}

h1 {
   font-size: 12pt;
   margin: 5px 0 5px 0;
}

td {
   vertical-align: top;
   padding: 10px;
   font-size: 8pt;
   margin-top: 0px;
   text-align: justify;
}