/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  text-decoration: none;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.container {
  position: relative;
  font-family: "Times New Roman", Times, serif;
}

.logo{
	position: relative;
	background-color: #58b948;
}

.bottom{
  position: absolut;
  bottom: 0;
  left: "50%";
  margin-top: 50px;
}

.column{
  float: left;
  width: 50%;
}

/* Style page content */
.main {
  margin-left: 80px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

h1{
  text-align: center;
  max-width: 75%;
}

a{
	color: #58b948;
}
a:link{
 text-decoration: none;
}
a:hover{
text-decoration: underline;
}

.section{
font-family: "Times New Roman", Times, serif;
}

/*relative*/
.divText{
	text-align: justify;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	max-width: 100%;
	auto;
}