.body {
	background-color: #e9eaed;
}

.content_box { 
	background-color: #fdfdff;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
	/*width: 85%;*/
	margin-left: 5%;
	margin-right: 5%;
	border-width: thin;
	border-style: solid;
	border-color: black;
}
h1 { 
	font-family: courier;
	font-size: 3em;
}

.content_box h2 {
	color: #73AD21;
	font-family: Roboto, sans-serif;
}

.content_box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}

.content_box ul {
	list-style-type: none;
}

.content_box li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 5px;
	
}

a:hover {
	background-color: rgb(100,255,217);
}	

.footer p {
    font-size: 9px;
    color: rgb(64,64,64);
}
