@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--

/* page */
#container {
				width: 900px;
				margin: 0;
				padding: 0;
				}

/* page, text, background */		
body {	
			font-family: "Times New Roman", Times, serif;
			font-size: 16px; 
			font-style: normal;
			line-height: 16px;
			text-align: center;
			}

/* centring on all browsers */	
.block-center {
   margin: auto;
			}	
			
/* text */
.text {
			font-family: "Times New Roman", Times, serif;
			font-size: 16px;
			font-style: normal;
			line-height: 16px;
			padding: 20px 60px;
			background-color: #DDEEDD;
			color: #333333;
			}
			
/* large first letter */
.first {
			font-family: "Times New Roman", Times, serif;
			font-size: 48px; 
			font-style: normal;
			line-height: 34px;
			color: #006600;	
			}

/* back button */
.back {
			float: left;
			}

/* next button */
.next {
			float: right;
			}

-->
</style>
