/* Page font */
.body {
  font-family: Arial;
}

/* top navigation bar */
.topnav {
	background-color: #333;
	overflow: hidden;
}

.topnav a.link {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.link_active {
	background-color: #037F18;
	color: white;
	text-align: center;
	float: left;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a.active {
	background-color: #037F18;
	color: white;
}



/* everything else */

body {
	font-size: 20px;
	text-align: center;
	color: #0f0;
	font-family: "Verdana", Geneva, sans-serif;
}

a:link {
	color:#ffffff;
}

a:visited {
	color:#7E0191;
}

a:hover {
	color:#FF00FF;
}

a:active {
	color:#808080;
}
