<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
        text-align:center;
	background-color:#666666;
}

#frame {
       width: 800px;
       height: 800px;
       background-color:#FFFFFF;
       text-align:center;
        margin:auto;
       
	}
	
    

#contents {
    width: 600px;
    background-color:#FFFFFF;
    text-align:center;
    margin:auto;
     padding:10px;
  }


p {
    text-align:left;
    color: #FF0099;
    font-size:20px;
    
	
}




h1 {    color:#33CC00;
        padding-left: 30px;
        padding-top: 50px;
	font-size:40px;
        text-align:center;
		font:"Times New Roman", Times, serif;
	
} 



h2 {    color:#000000;
        padding-left: 20px;
	font-size:20px;
        text-align:center;
		font:"Times New Roman", Times, serif;
	
} 


h3 {    
    text-align:left;    
    font-size:20px; 
    color:#003366;
     
	
} 


h4 {    
    text-align:left;    
    font-size:20px; 
    color:#003399;
     
	
} 
</pre></body></html>