body {
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	text-align: center;
	background-color: lightblue;
	border-style: solid;
	border-width: thin;
	border-top: thin;
	border-bottom: none;
}


h1 {
	margin: 0;
	font-size: 60px;
	font-weight: 900;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	font-variant: small-caps;
	text-align: center;
	color: #212121;
}


h2 {
  
	font-size: 40px;
	font-weight: 900;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	color: #212121;
	text-align: center;
	
}


.footer {
	clear: both;
	padding: 1em;
	background-color: yellow;
	width: 952px;
	color: #212121;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}


.header {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 3px;
	background-color: violet;

}

.left {
    background-color: green;
	float:left;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	text-align: center;
	margin-left: auto;
    margin-right: 5px;
    width: 15em
}

.right {
	background-color: orange;
	float:left;	
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	text-align: center;
	margin-left: 5px;
    margin-right: auto;
    width: 15em
}