* {
	margin: 0;
	padding: 0;
	color: #575757;
}

body {
	padding-top: 30px;
	height: 100%;
	width: 100%;
	background-color: #C1C1C1;
	border: 0;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 30px;
}

p {
	padding: 0 0 0.7em 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.3em;
	padding: 0.4em 0 0.5em 0;
}

h2 span {
	color: #81C7BD;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #81C7BD;
}

ul li {
	list-style-type: none;
}

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