body {
    font-family: 'Karla', sans-serif;
    font-size: 15pt;
    background-color: #64a9ff;
    color: #1b3862;
    text-shadow: 1px 1px 1px #555;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bodytext {
    width: 70%;
    display: inline-block;
    text-align: left;
}
