body {
color : #ACACAC;
margin: 0px;
text-align: center; 
background-color: #152026;
position: relative;
overflow: auto;
font-family : arial;
font-size : 8pt;
text-align: justify;
}



h1 {
line-height: 13pt;
text-align: left;
color: #f7f6f4;
background-color: #25435b;	
font-family: Tahoma;	
font-size: 9pt;	
font-weight: normal;
padding-left: 10px;
	
}

a {
color:#3E5B6B;
text-decoration:none;
}
	
a:hover { 
color: #ACACAC;
text-decoration: none;
cursor: w-resize;
}