h1 {
	padding:0px;
	margin:0px;

}

.leftfloat {
	float: left;
	display: block;
	width: 200px;
	font-weight: bold;
}

ul.nostyle {
	list-style:none;
	border: 1px dotted purple;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}