body {

           font-style : normal;
           font-variant : normal;
           font-weight : normal;
           font-size : 9pt;
           font-family : "Lucida sans unicode", tahoma, Arial, Helvetica, sans-serif;
           line-height : 15px;
	   background: #ffffff url("pix/bg.jpg"); 
           background-repeat : repeat-y;
           margin : 0;
      }

p {font-family: tahoma, arial, arial-narrow;
   font-size: 12px; 

   margin-top: 2px; 
   margin-bottom: 15px;
   text-align:left
   }

h1 {font-family: tahoma, arial, arial-narrow;
    font-size: 15px; 
    text-align: center;
    margin-top: 8px;
    margin-bottom: 4px; 
    background-color: #afd791; color:#000000;
    }

h2 {font-family: tahoma, arial, arial-narrow;
    font-size: 15px; 
    text-align: center;
    margin-top: 8px;
    margin-bottom: 4px; 
    background-color: #ffe99c; color:#000000;
    }

hr {
width:85%;
color: #555231;
height:1px;
border:1px dashed #555231;
}

A:link {
	text-decoration: none;
       	color:#244006;
	font-weight: bold;
        }

A:visited {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
           }

A:active {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
          }

A:hover {
	text-decoration: none;
	color:#afd791;
	font-weight: bold;
          }
