#nav p {
	font-family: verdana, serif;
	color: #000000;
	font-weight: bold;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  width: 190px;
  background-color: #dddddd;
  border: 2px solid #555;
  position: fixed;
  max-height: 100%;
  overflow-y: scroll;
}

#nav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

#nav li a:hover {
  background-color: #555;
  color: white;
  border-bottom: 1px solid #555;
}

#nav li:last-child {
  border-bottom: none;
}

#nav .active {
  background-color: #04AA6D;
  color: white;
}

#content h1 {
	font-family: Liberation, serif;
	color: darkgreen;
	font-weight: bold;
	font-size: 26px;
	margin-left: 25%;
	margin-right: 5%;
}

#content .tab0 {
	background-color: white;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: darkgreen;
	margin-left: 25%;
	margin-right: 5%;
}

#content .tab0 td {
	padding: 10px;
	font-family: Liberation, serif;
	color: darkgreen;
	font-size: 14px;
	text-align: left;
}

#content .tab1 {
	background-color: white;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: darkgreen;
	margin-left: 25%;
	margin-right: 5%;
}

#content .tab1 p {
	font-family: Liberation, serif;
	color: darkgreen;
	font-weight: normal;
	font-size: 18px;
}
