/* Style Sheet */
    body {
           background-color:#c0c0c0;
           color:#000000;
         }
   a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: 003f78;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFA034;
	text-decoration: none;
}
    

.h1  {	font-family: tahoma;
	font-size: 1.2em;
	line-height:2.5em;
	font-weight: normal;
	color: #666666;	
	background-color: #fff8dc;
	margin:5px 5px 5px 5px;
}
.h2  {	font-family: tahoma;
	font-size: 0.6em;
	line-height:1.5em;
	text-align: justify;
	font-weight: normal;
	color: #666666;	
	background-color: #fff8dc;
	margin:5px 5px 5px 10px;
}
.h3 {	font-family: tahoma;
	font-size: 0.4em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: justify;
	color: #666666;	
	background-color: #ffffff;
}
h4  {	font-family: tahoma;
	font-size: 0.6em;	
	text-align: center;
	font-weight: normal;
	color: #666666;			
}
h5  {	font-family: tahoma;
	font-size: 0.6em;
	line-height:1.5em;
	text-align: justify;
	font-weight: normal;
	color: #666666;	
	background-color: #fff8dc;
	margin:5px 5px 5px 10px;
}