body {
	background-color: #e9e9e9;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-left: 13px;
	margin-right: 13px;
}


h2 {
	font-size: 13px;
	line-height: 16px;
	color: #16c5e4;
	text-transform: uppercase;
	margin-left: 13px;
	margin-right: 13px;
}


h3 {
	text-transform: uppercase;
	margin-left: 13px;
	margin-right: 13px;
}



h5 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 13px;
}

a:link {
	color: #114477;
}

a:visited {
	color: #114477;
}

a:hover {
	color: #16c5e4;
}

a:active {
	color: #16c5e4;
}

#content {
  background-color: white;
	width: 815px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 25px;
  align: center;
}
