body {
   background: red;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 10px;
   margin: 3px;
   color: #FFFFFF;
}

td {
vertical-align: top;
font-size: 11px;
text-align: justify;
}

.image {
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 2px;
margin: 6px;
}

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: red;
}

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

table.header {
border-top-width:1px;
border-top-style:solid;
border-bottom-width:5px;
border-bottom-style:solid;
border-right-width:1px;
border-right-style:solid;
border-left-width:1px;
border-left-style:solid;
border-color: black;
padding: 0px;
background: red;
}

table.content {
border-top-width:1px;
border-top-style:solid;
border-bottom-width:5px;
border-bottom-style:solid;
border-right-width:1px;
border-right-style:solid;
border-left-width:1px;
border-left-style:solid;
border-color: black;
padding: 14px;
background: red;
}

p.title {
padding-left: 8px;
padding-right: 8px;
text-align: justify;
margin 5px;
}

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

h2 {
   font-size: 13px;
   margin-bottom: 0;
   padding: 0;
}

h3 {
   color: #5e74b3;
   font-size: 8px;
   padding: 0;
   border-bottom: 1px dotted #5e74b3;
}