html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  background-color: #01a3bc;
}
.mainholder {
  width: 100%;
  float: left;
  clear:both;
  padding: 40px;
}
.logo {
  width: 1200px;
  margin: auto;
  text-align: center;

}
.content {
  width: 1200px;
  margin: auto;
  clear:both;
  color: white;
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
}
.paragraph {
  width: 100%;
  float: left;
  clear:both;
  margin-top: 20px;
}
.paragraph h1 {
  width: 100%;
  float: left;
  clear:both;
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.paragraph p {
  width: 100%;
  float: left;
  clear:both;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.link-holder {
  width: 100%;
  float: left;
  clear:both;
  margin-top: 50px;
  text-align: center;
}

.link-holder a {
  width: 200px;
  margin: auto;
  cleaR:both;
  color: white;
  text-align: center;
  border: 2px solid white;
  padding: 15px 25px 15px 25px;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}

.link-holder a:hover {
  background-color: white;
  color: #01a3bc;
}
