p {
font-family: Arial, Helvetica;
font-size: 10pt;
font-weight: normal;
margin-left: 10%;
margin-right: 10%;
text-align: justify;
}

td {
font-family: Arial, Helvetica; 
font-size: 10pt; 
font-weight: normal;
}

td.justify {
text-align: justify;
}

ul {
font-family: Arial, Helvetica;
font-size: 10pt;
font-weight: normal;
text-align: justify;
}

a {
font-family: "Trebuchet MS";
color: #4444aa;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}

a:hover {
color: #aa0000;
}

h3 {
font-family: Arial, Helvetica;
font-size: 12pt;
font-weight: bold;
font-style: italic;
margin-bottom: 0;
margin-top: 0;
}

h4 {
font-family: Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
font-style: italic;
margin-bottom: 0;
margin-top: 0;
}

h5 {
margin: 5px;
}

img.left {
float: left; 
border: 3 solid #888888;
margin: +15px;
margin-left: 10%;
}

img.right {
float: right; 
border: 3 solid #888888;
margin: +15px;
margin-right: 10%;
}

img.center {
float: center; 
border: 3 solid #a89d68;
margin: 0px;
}