body, textarea {
 font: 11pt Arial;
 text-align: left;
 color: #000689;
 background-color: #FFDAAF;
 margin: 0px;
}

a:link {
 text-decoration: underline;
 color: #000689;
}

a:visited {
 text-decoration: underline;
 color: #000689;
}

a:hover {
 text-decoration: none;
 color: #FF8300;
}

a:active {
 text-decoration: underline;
 color: #000689;
}

h1 {
 font: 18pt, Arial;
 font-weight: bold;
 text-align: center;
 margin-top: 0cm;
 margin-bottom: 0.5cm;
}

h2 {
 font: 12pt, Arial;
 font-weight: bold;
 font-style: italic;
 margin-top: 1cm;
 margin-bottom: 0.5cm;
}

/* works correctly on IE only, but most other browsers ignore this */
img.fade {
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}