body {
    background-color: #f2fafd;
}

.wrapper {
    width: 700px;
    height: 524px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.container {
    width: 350px;
    height: 524px;
    float: left;
}

h1 {
    font-size: 27px;
    line-height: 32px;
    margin-top: -1px;
    margin-bottom: -32px;
    color: #243752;
    font-weight: 800;
}

h2 {
    font-size: 13px;
    color: #243752;
    font-weight: 700;
}

h4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-align: left;
}

.textbox {
    width: 350px;
    height: 400px;
    margin-left: 45px;
    margin-bottom: 20px;
    font-family: open sans;    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}

a.button {
	color: white;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 13px;
	width: 250px;
	height: 39px;
	background-color: #58b4e3;
	border-radius: 5px;
	text-decoration:none;
	padding-top: 13px;
    letter-spacing: 1px;
}
a.button:hover {
	background-color: #439fcd;
    color: white;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #283b49;
}

/* unvisited link */
a:link {
    color: #42A5F5;
}

/* visited link */
a:visited {
    color: #283b49;
}

/* mouse over link */
a:hover {
    color: #283b49;
}

/* selected link */
a:active {
    color: #283b49;
}