body {
	width: 80%;
	
	margin: 1em auto;
	margin-top: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
	background: url('img_140.gif');
}

h1 {
	border: 1px solid black;
	
	padding: 5px;
	
	background: url('img_4.gif');
}

div.cont {
	width: 100%;
	
	border: 1px solid black;
	
	margin: 0px;
	
	margin-top: 15px;
	
	background: white;
}

div.rside {
	float: right;
	
	width: 45%;
	
	padding: 15px;
}

div.lside {
	width: 45%;
	
	padding: 15px;
}

div.bside {
    width: 90%;
    
    padding: 15px;
}

h4 {
    font-size: smaller;
}

h3 {
    border-top: 1px solid black;
}

h2 {
    font-size: medium;
}

span.smallish {
	font-size: smaller;
}

span.realsmall {
	font-size: 8pt;
	font-weight: normal;
}