h1, h2, h3, h4, h5, h6 {
	margin:0;
}
ul {
	padding-left:1em;
	padding-right:4em;
	margin-top:0;
	list-style-type: none;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
.floatleft {
	float:left;
}
