html{
	height: 100%;
}
body{
	height: 100%;
	background-attachment: fixed;
	background-image: linear-gradient(-200deg, #252525, #404040);
	margin: 0;
	padding: 0;
}
a{
	color: #ffffbc;
}
.header{
	color: #ffffbc;
	background-color: #0b1c0d;
	font-family: helvetica;
	padding: 15px 0 15px 0;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	border-bottom-width: 2px;
}
.header h1{
	text-align: center;
}
.header a{
	text-decoration-line: none;
}
.header table{
	position: relative;
	left: 2%;
	width: 96%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-spacing: 40px 0;
}
.header th{
	margin-left: auto;
	margin-right: auto;
	width: 10%;
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 4px 4px gray;
	vertical-align: middle;
	background-color: #055621; 
}
.header th.active{
	background-color: #00230c;
}
.header th:hover{
	background-color: #6b8e6e;
}
.content{
	font-family: Arial;
	color: #ffffbc;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.content table{
	width: 65%;
	border-spacing: 0px;
	background-color: #202020;
	border-color: black;
	border-style: solid;
	border-width: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
.project_name{
	width: 20%;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.project_info{
	width: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
td.project_info{
	padding: 5px 5px 5px 5px;
	text-align: justify;
}
.project_other{
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.contact_name{
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: black;
	width: 30%;
	border-style: solid;
	border-width: 3px;
}
.contact_value{
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: black;
	width: 70%;
	border-style: solid;
	border-width: 3px;
}
.content p{
	text-indent: 50px;
}