<Style>

html {
	margin: 0;
	padding: 0;
	}

BODY{
font: normal 10px Arial, Helvetica, sans-serif;
color: white; 
background-color: #F26624;
scrollbar-face-color: white;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;
scrollbar-3dlight-color: orange;
scrollbar-arrow-color: orange;
scrollbar-shadow-color: none;
scrollbar-highlight-color: none;
}

table, tr, td {
 	background: transparent;
  	font: normal 12px Arial, Georgia, Times, serif;
	color: white;
	text-align: left;
	}	

.lay {
	display: none;
	position: relative;
	width: 335;
}



.lay2 {
	display: absolute;
	position: relative;
	width: 335;
}


p { 
	margin-top: 0; 
	text-align: justify;
	}

h1 { 

	font: bold 16px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0;
	margin-top: 0; 
	color: #FAB9A0;

	}

h2 { 

	font: bold 11px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0;
	margin-top: 0; 
	color: orange;
	}

h3 { 

	font:  bold 10px  Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #78B2DA;
	}



a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: yellow;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: black;
	}



img { 
	border-color: white;
} 

</Style>


