body { 
	margin-left: 5%;
	margin-right: 5%;
	font-family: Garamond,Times,Palatino,Serif;
	color: #ff9;
 	background: #006; }
 
#content { 
	background: url(graphics/jonbckgrnd.gif) top center no-repeat;  }

#leftcol { 
	float: left; 
	width: 40%; 
	margin-left: 80px; }

#rightcol {
	float: right; 
	width: 40%; 
	margin-right: 80px; }
	
.clear { clear: both; }

a:link { color: #ff0; }
a:visited { color: #9cf; }
a:hover { color: #f00; }
a:active { color: #fff; }

h2 {
	color: #ff9;
	font-size: 150%; }

li {
	line-height: 1.2;
	font-weight: bold;
	font-size: 120%; }

p.small {
	font-family: Arial, Helvetica, San-serif;
	font-size: 90%;
	text-align: center;
	color: #ff9;
}

