* {
	padding: 0px;
	margin: 0px;
}

body {
	overflow-y: scroll;
	word-break: break-all;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.mgbt30 {
	margin-bottom: 30px;
}

.h300 {
	height: 300px;
}

.center {
	text-align: center;
}
