body
	{
		padding: 0;
		margin: 0;
		background-color: #C8FCE7;
		color: #000;
		text-align: center;
	}
	
	#contents	
	{
	        border-top: 2px solid #8F8F8E;
                border-right: 9px solid #000;
                border-left: 2px solid #8F8F8E;
                border-bottom: 9px solid #000;      
		margin-top: 90px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding: 10px;
		background-color: #aebbb2;
		color: #000;
		text-align: center;
	}
	
	#contents2	
	{
	        border-style: inset ;
	        border-style: outset;
	        margin-top: 40px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding: 10px;
		background-color: #aebbb2;
		color: #000;
		text-align: center;
	}
	
	#contents3	
	{
	        border-style: inset ;
	        border-style: outset;      
		margin-top: 30px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding: 10px;
		background-color: #aebbb2;
		color: #000;
		text-align: center;
		font-size: 120%;
		color: #000000;
		font-family: Times New Roman, Times;
	}
	
		#contents4	
	{
	        border-top: 2px solid #A0C5BA;
                border-right: 4px solid #5C8488;
                border-left: 2px solid #A0C5BA;
                border-bottom: 4px solid #5C8488;     
		margin-top: 30px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding: 10px;
		background-color: #aebbb2;
		color: #000;
		text-align: center;
		font-size: 120%;
		color: #000000;
		font-family: Times New Roman, Times;
	}
	
	
	
	
	h1	
	{
		background-color: transparent;
	        font-family: Times New Roman, Times;
		color: #493A36;
		font-size: 250%;
	}
	
	h2	
	{
		background-color: transparent;
	        font-family: Times New Roman, Times;
		color: #493A36;
		font-size: 140%;
	}
	
	h3	
	{
		background-color: transparent;
	        font-family: Times New Roman, Times;
		color: #1E375F;
		font-size: 140%;
	}
	
	p	
	{
		color: #000000;
		background-color: transparent;
		font-family: Times New Roman, Times;
		font-size: 180%;
	}
	
	.code
	{
		color: #339;
		background-color: transparent;
		font-family: times, serif;
		font-size: 0.9em;
		padding-left: 40px;
	}
	
	
	
	
