@charset "UTF-8";
body {
	background-color: #C2B595;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #8A4041;
	padding-left: 0px;
}
.sectionRight {
	width: 50%;
	float: right;
	text-align: justify;
	margin-top: 10px;
	margin-right: 51px;
}

h1 {
	font-size: 2em;
	text-align: center;
	line-height: 1em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	color: #8A4041;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 35%;
	background-color: #8A4041;
	float: left;
	height: 100%;
	display: inline;
}


footer {
	clear: both;
	float: right;
	margin-right: 49px;
	color: #444040;
	font-size: small;
}

li a {
	display: block;
	color: #F7F7F7;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 16px;
	padding-bottom: 8px;
	text-decoration: none;
	text-align: left;
}
/* Change the link color on hover */
li a:hover {
    background-color: #2C8693;

.active {
    background-color: #4CAF50;
    color: white;
}
	
