body 
{
	color:					black; 
	background-color:		white;  
	font-family:			verdana, sans-serif;
	text-align:				justify;
	line-height:			1.8em;
	margin:					2.5em;
	font-size:				1.0em;
}


h2 
{
	font-size:				1.5em;
}


h3 
{
	font-size:				1.2em;
}


h4 
{
	font-size:				1.0em;
}

pre 
{ 
	font-family:			courier, courier new, monospace;
	padding:				5px;
	margin-left:			20px;
	border:					1px solid lightgray;
}

