﻿div.navbar {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1.2em;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background-color: #999999;
font-size: 100%;
}
p {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
color: #000;
text-align: center;
}

ul.navbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #212121;
}

div li {
float: left;
}

li a {
display: inline-block;
color: #ffffff;
text-align: center;
padding: 8px 16px;
text-decoration: none;
}

li a:hover {
background-color: #555;
color: white;
}

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