body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4c46;
	background: #feffff;
}

h1 {
	text-align: center;
}

a {
	color: #74962b;
	text-decoration: none;
}

a:hover {
	color: #a0624b;
}

.classMainImage {
	max-width:80%;
	max-height:100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.classMainImageText {
	text-align: center;
}