@charset "utf-8";
/* CSS Document */

/* Add a black background color to the top navigation */
.topnav {
  background-color:#F5F5F5;
  overflow: hidden;
	margin: 25px auto;
	border-top: solid 2px #C2C2C2;
	border-bottom: solid 2px #C2C2C2;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color:#787878;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #F9F9F9;
  color: black;
	font-style:italic; 
	text-decoration:underline;
	text-decoration-style: dashed;
	text-decoration-color: #8EA359;
	 text-underline-offset: 10px;
}

/* Right-aligned section inside the top navigation */
#topnav-right {
  float: right;
}
