.container {
	box-shadow: 0px 8px 16px 3px rgba(0,0,0,0.5);
	text-align: cente;
	padding: 0px;

}

table, th, td {
    border: 1px solid black;
}

table{width: 80%; text-align: center;}

.center {
	position: relative;
	text-align: center;
	border: none;
}

.left {
	display: inline-block;
	text-align: justify;
	text-justify: inter-word;
	border: none;
}

.body {
	background-color: #EDE8DD;
}

.active {
	background-color: rgba(62,142,65,0.4);
	color: black;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: none;
}

li a {
	color: #000;
	text-decoration: none;
}

/* Change the link color on hover */
li:hover {
	background-color: #000;
	color: white;
	text-decoration: none;
}

li a:hover {
	background-color: #000;
	color: white;
	text-decoration: none;
}

bottom-border:hover {
	color: white;
	text-decoration: none;
}


li {
	display: inline;
	font-size: 18pt;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

.bottom-two {
	margin-bottom: 1cm;
}

.bottom-border {
	border-style: none;
	border-bottom: thick solid #000;
	width: 80%;
	padding-top: 10px;
}

.bottom-border2 {
	border-style: none;
	border-bottom: solid #000;
	width: 50%;
	padding-top: 10px;
}

.top-two {
	margin-top: 1cm;
	width: 100%;
}
.foot-style {
	border-style: none;
	border-top: thick solid #000;
	width: 80%;
}

.foot-font {
	font-size: 8pt;
	padding: 8px 16px;
	display: inline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	left:-15px;
	font-size: 10pt;
	background-color: #3e8e41;
	min-width: 178px;
	box-shadow: 0px 8px 16px 3px rgba(0,0,0,0.5);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #000;
	color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	color: white;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {
	background-color: #000;
	color: white;
}

@media print {
	a[href]:after{content:none}
}
