* {
	margin: 0;
	padding: 0;
	border: none;
}

.clearMe {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.noBullets, ol.noBullets {
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}

ul {
    list-style-type: disc;
}