@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666;
	padding: 0;
	margin: 0;
}
.fixed {
	position: fixed;
	width: 100%;
	background-color: #666;
	}


h1 a {
	text-decoration: none;
	color: black;
	}
	
.white {
	color: white;
	}
div.ul {
	margin: 0;
	padding: 0;
	width: 100%;
	}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #CCC;
	text-align: center;
	margin: 0;
	padding-top: 20px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #CCC;
	text-align: center;
	margin: 0;
	padding-top: 20px;
}
.nav {
	position: fixed;
	text-align: center;
	margin: 0;
	padding: 30px 0px;
	width: 100%;
	color: white;
	background-color: #666;
}

.nav a {
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	display: inline-block;
	color: black;
}

.nav a:hover {
	text-decoration: none;
	list-style-type: none;
	color: white;
	margin: 0;
	display: inline-block;
	}

.nav li {
	font-family:"Courier New", Courier, monospace;
	display: inline;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}

.active {
	color: white;
	border-bottom: thin white solid;
}

.LI-profile-badge {
	
	font-family:"Courier New", Courier, monospace;
	color: white;
	text-decoration: none;
	
}

a {
	text-decoration: none;
}

.content {
	font-family:"Courier New", Courier, monospace;
	width: 100%;
	margin: 0px auto;
	padding: 0 auto;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 25%;
	}

	
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #666;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0;
	}
	
	
	.video {
		padding-top: 20px;
		padding-bottom: 20px;}
		
		.bodytext {
			color: white;
			font-family:"Courier New", Courier, monospace;
	font-size: 18px;
			}