
body       {
           text-align: center;
           font-family: verdana; color: black;
	       background-color: #EBEBEB;
}
		
 
#container {
		   margin: 5px auto;   /* align for good browsers */
		   text-align: left; /* counter the body center */
		   border: 1px solid black;
		   width: 984px;
	       background-color:#ffffff;
           }
		

	h1 {font-size:16px; margin: 0; padding: 0;}
	h2 {font-size:14px; text-align:justify; font-weight:bold; margin: 0; padding: 0;}
	h3 {font-size:12px; font-weight:bold; margin: 0; padding: 0;}
	h4 {font-size: 10px;}
	h5 {font-size: 12px; color: #FF0000; margin-top: 0; margin-bottom: 0;}
	h6 {font-size: 12px; color: #006600; margin-top: 0; margin-bottom: 0;}
    p {font-size: 12px;}
	p { margin-top: 0; }
	p { margin-bottom: 0; }
	
.style1 {color: #0000FF}
.style2 {color: #FF0000}

 a:link {color: #0000FF; text-decoration:none}  /* unvisited link */
 a:visited {color: #0000FF; text-decoration:none} /* visited link */
 a:hover {color: #0000FF; text-decoration:underline}   /* mouse over link */
   /* selected link */
    

/* not used H4 {font-size: 8pt; font-weight: normal; color: black;}*/
/*H5 {font-size: 6pt; color: black;}*/

