	body
	{
		padding: 0;
		margin: 0;
		background-color: #666666;
		color: #000;
	}
	
	#contents	
	{
		margin-top: 0px;
		margin: 0 auto;
		padding: 5px;
		width: 900px;
		text-align:left;
		background-color: #FFF;
		color: #000;
	}

	
	h1	
	{
		color: #CC0000;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
		text-shadow: 0px -1px 0px #000000;}
	}
	h2	
	{
		color: #000000;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-shadow: 0px -1px 0px #374683;}
	}
	
	p	
	{
		color: #000000;
		background-color: transparent;
		font-family: Times New Roman;
		font-size: 0.8em;
	}
	
	.code
	{
		color: #339;
		background-color: transparent;
		font-family: times, serif;
		font-size: 0.9em;
		padding-left: 40px;
	}
	a:link {color:#000000}    /* unvisited link */
a:visited {color:#000000} /* visited link */
a:hover {color:#000000}   /* mouse over link */
a:active {color:#000000}  /* selected link */

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	font-size: 12px;
}