body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: yellow;
	color: #000000;
	margin: 0;
        scrollbar-base-color: yellow;
        scrollbar-arrow-color: yellow;
}

table.header {
border-top-width:0pt;
border-top-style:solid;
border-bottom-width:3pt;
border-bottom-style:solid;
border-right-width:1pt;
border-right-style:solid;
border-left-width:1pt;
border-left-style:solid;
border-color: black;
padding:0px;
text-decoration:none;
font-size: 12px;
font-weight: normal;
}

table.middle {
border-top-width:3pt;
border-top-style:solid;
border-bottom-width:3pt;
border-bottom-style:solid;
border-right-width:1pt;
border-right-style:solid;
border-left-width:1pt;
border-left-style:solid;
border-color: #000000;
margin-top: 5px;
padding:0px;
}

table {
border-top-width:0pt;
border-top-style:solid;
border-bottom-width:0pt;
border-bottom-style:solid;
border-right-width:0pt;
border-right-style:solid;
border-left-width:0pt;
border-left-style:solid;
border-color: ;
padding:0px;
text-decoration:none;
font-size: 12px;
font-weight: normal;
}

td.content {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: justify;
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}

h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 20pt;
    color: blue;
    font-weight: bold;
    margin-top : 2px;
    margin-bottom : 6px;
    text-align:center;
    text-decoration:underline;
}

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

.image {
	border-width: 1;
	border-color: red;
	border-style: solid;
	margin: 2;
}

a:active {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a:link {
	text-decoration: none;
	color: blue;
}