
body {
	font-family: Verdana, Arial, sans-serif;
	font-weight:lighter;
	color:#666;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.6;
}


.content {
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.6;
	position: relative;
}


ol { 
	margin-left: 25px;
}

h1 {
	color: #078181;
	font-size:48px;
	font-weight:800;
	text-shadow: #fff 0.1em 0.1em 0.2em;
}

.fontbold {
	font-weight:bold;
}


h2 {
	font-size:10px;
}

.table_footer {
	font-size:14px;
}


.button {
	font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
	display: block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin1: 15px 0px 0px 15px;
	font-size: 18px;
	text-transform: uppercase;
	background: #078181;
	color: #FFF;
	border: 0px none;
	outline: 0px none;
	width:150px;
}

.button:hover {
	background: #fe9500;
}

.button:active {
	background: #fe9500;
}

.link {
	color: #078181;
	text-decoration: none;
	font-weight:bold;
}

.link:hover {
	color: #fe9500;
}

