
body {
    background-color: Darkgreen;
}
h1 {
    color: White;
	font-family: serif;
	font-size: 30px;
    text-align: center;
}
h2 	{
    color: White;
	font-family: serif;
	font-size: 26px;
    text-align: left;
}
	
li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
	color: white;
}

li a.active {
    background-color: DodgerBlue;
	font-weight: bold;
    color: white;
}

li a:hover:not(.active) {
    background-color: darkgreen;
    color: white;
}

p {
    color: white;
	font-family: sans-serif;
    font-size: 18px;
	text-align:justify;
}
