
BODY {
       font-family:      arial,helvetica,sans-serif;
       font-size:        12 px;
       color:            #000000;
       background-color: #d3dee9;
       background-position: 0% 0%;
       background-repeat: no-repeat;
       background-attachment: fixed;
	 background-image: url("background_main.jpg");
    }

TD, TR, DL,UL,OL,DIR,MENU   {
       margin-left: 0%;
       font-family: arial,helvetica,sans-serif;
       font-size  : 12 px;
       list-style-type: square
                    }

P    { margin-left: 0%; 
       font-family: arial,helvetica,sans-serif
       font-size:        12 px;
     }

PRE  { margin-left: 5%; 
       font-family: "courier new", courier, monospace
     } 

H1,H2,H3,H4  
     { color: black;
       font-family: arial, arial, helvetica, sans-serif;
       font-weight: bold;
       font-size : 16 px;
       margin-left: 0%
     }

H3,H4,H5  {margin-left: 0%}

DIV.leftmarg 
    {  margin-left: 5%;
       font-family: arial,helvetica,sans-serif
    }

A         {text-decoration: underline; }
A:active  {color: #fe0000; text-decoration: underline}
A:visited {color: #000000; text-decoration: underline}

.note    {color: orange;}
.warning {color: red; font-weight: bold}