@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	color: rgba(51,35,9,1.00);
	background-color: #203D65;
}

#container {
	width: 1084px;
	margin: 0 auto;
	postition: relative;
	background-color: rgba(243,232,202,1.00);
	padding: 20px 100px 40px 100px;
}

h1 {
	margin: 0 0 40px 0;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	text-shadow: 4px 3px #507798;
}

h3 {
	font-size: 25px;
	text-align: center;
	line-height: 75px;
	text-shadow: 3px 1px #507798;
}

h2 {
	text-align:center;
	line-height: 75px;
	text-shadow: 3px 2px #507798;
}

#students {
	text-align:center;
	font-size: 25px;
}