body {
	font-family: helvetica, arial, sans-sarif;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
a:link {
	color:#339933;
	text-decoration:underline;
}
a:visited {
	color:#339933;
	text-decoration:underline;
}
a:hover {
	color:#ff3300;
	text-decoration:none;
}
a:active {
	color:#ff3300;
	text-decoration:underline;
}
 dl {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 0px;
	float: left;
}
 dt {
	width: 200px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 10px;
}	
 dd {
	width: 200px;
	float: left;
	background: #ddd;
	border-left: 1px solid #aaa;
	padding: 10px;
	text-decoration: underline
}
