@charset "utf-8";
/* CSS Document */

h1 {
	background-color: crimson;
	color:white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	background: -webkit-linear-gradient(#000000, #212344);
	background: -o-linear-gradient(#000000, #212344);
	background: -moz-linear-gradient(#000000, #212344);
	background:linear-gradient(#000000, #212344);
		}
h2 {
	background-color: crimson;
	font-size: 24px;
	color:black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 10px;
	margin-bottom: 10px;
	}
h3 {
	font-size: 24px;
	color: black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 10px;
	border-bottom: 2px solid #000000;
}
p {
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 30px;
	margin-bottom: 20px;
	
}
li {
	margin-bottom: 15px;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
}

footer {
	text-align: center;
}


