
.yel {  background-color: yellow;}

body {
        vertical-align: top;
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 10px;
        font: 12pt Arial, Helvetica, sans-serif;
        background-color: white;
        color: black;
        text-align: justify;
        SCROLLBAR-FACE-COLOR: yellow;
        SCROLLBAR-SHADOW-COLOR: darkblue;
        SCROLLBAR-DARKSHADOW-COLOR: darkred;
        SCROLLBAR-HIGHLIGHT-COLOR: lightblue;
        SCROLLBAR-3DLIGHT-COLOR: red;
        SCROLLBAR-ARROW-COLOR: red;
        SCROLLBAR-TRACK-COLOR: white;
}

p {        text-align: justify;}

H1 {font: 16pt Arial, Helvetica, sans-serif; font-weight: bold;}
H2 {font: 14pt Arial, Helvetica, sans-serif; font-weight: bold;}
H4 {font: 8pt Arial, Helvetica, sans-serif;  font-weight: lighter;}
H5 {font: 8pt Arial, Helvetica, sans-serif; color: red; font-weight: lighter;}

a:link IMG {
        border : 0;
}

a:link {
        color: blue;
text-decoration:underline;
        background-color : transparent;
}
a:visited {
        color: green;
font-style: italic;
text-decoration:underline
background-color : transparent;}
        


a:hover{color: #FF0000; background: yellow;}


.bold {  font-weight: bold}
.small {  font-size: 9px}
input, textarea, select { font-family : Arial, Helvetica, sans-serif; font-size : 12px; }
