body {
	font-family: 'Roboto';
  font-size: 16px;
	position: inherit;
}
#video_background {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
#video_pattern {
	background-image: url(./pattern.png);
	position: fixed;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#page {
	background: rgba(255,255,255,.7);
	width: 80%;
	min-height: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 20px;
}
#nav {
    text-align: center;
    font-size: 100%;
    padding-bottom: 10px;
}
#nav a:link {
    text-decoration: none;
    color:#747474;
}
#nav a:visited {
    text-decoration: none;
    color:#747474;
}
#nav a:hover {
    text-decoration: none;
    color:white;
    background-color:#747474;
}
#nav a:active {
    text-decoration: none;
    background-color:#747474;
    color:white;
}
#footer {
		font-size: 70%;
    position:inherit;
    left:auto;
    right:auto;
    width:100%;
    padding-top:10px
}
#footer_txt {
    color:black;
    letter-spacing: 0px;
    padding-bottom: 10px;
		align-items: center;
    justify-content: center;
}

#content {
	overflow-y: auto;
	overflow-x: hidden;
	width: 80%;
	height: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 20px;
	font-color: #444444;
}

th, td {
  font-weight: normal;
  text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	font-weight: 300;
}

h3 {
	font-size: 16px;
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-weight: 500;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: bolder;
	font-color:#680000;
}
