body {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-align: center;
}

a {
	color: blue;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: black;
}

h1 {
	font-size: 72px;
	font-weight: bold;
}

h2 {
	font-size: 48px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px 50px;
}

.section1 {
	clear: both;
	background-color: #F0F0F0;
}

.section2 {
	clear: both;
	background-color: #FFFFFF;
}

.section3 {
	clear: both;
	background-color: #E1EFF2;
}

.sectionImg {
	clear: both;
	background-color: #FFFFFF;
}

.sectionTerms {
	clear: both;
	text-align: left;
	background-color: FFFFFF;
	line-height: 40px;
}

.logoList {
	list-style-position: inside;
	list-style-image: url("files/icon.png");
}

input[type=submit] {
  background-color: blue;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: black;
}