
@font-face
{
font-family: AverageMono;
src: url(../fonts/AverageMono.ttf);
font-weight: normal;
}


{
font-family: AverageMonoItalic;
src: url(../fonts/AverageMonoItalic.ttf);
font-style: italic;
}



body {
	font-family: AverageMono;
	font-size: ;
	line-height:1.3;
	font-weight: normal;
	font-style: normal;
	color: rgb(150, 150, 150);
	letter-spacing: px;
	background-color: black;
	margin-top:7%;
	margin-left:8%;
}

a:link {
	color: rgb(150, 150, 150);
	text-decoration: underline;
}

a:visited {
	color: rgb(150, 150, 150);
	text-decoration: underline;
}

a:active {
	color: rgb(150, 150, 150);
	text-decoration: underline;
}

a:hover {	
	color: rgb(150, 150, 150);
	text-decoration: none;
}


.navigation a:link {
	color: rgb(200, 200, 200);
	text-decoration: underline;
}

.navigation a:visited {
	color: rgb(200, 200, 200);
	text-decoration: underline;
}

.navigation a:active {
	color: rgb(200, 200, 200);
	text-decoration: underline;
}

.navigation a:hover {	
	color: rgb(200, 200, 200);
	text-decoration: none;
}

.italic
	{
	 font-family: AverageMonoItalic;
}

.right
	{
	text-align: right;
	}


div.datebox {
	position: fixed;
	left: 15%;
	top: 10%;
	width: 400px;
	letter-spacing: 1.2px;
	color: rgb(200, 200, 200);
	background-color: transparent;
	text-align: left;
	font-size: ;
}

div.videobox {
	position: fixed;
	left: 15%;
	top: 20%;
	width: 400px;
	background-color: transparent;
	text-align: center;
	font-size: 0.9em;
}	

div.textbox {
	position: absolute;
	left: 55%;
	top: 20%;
	width: 35%;
	vertical-align: top;
	text-align: left;
	background-color: transparent;
}

div.textbox_bottom {
	position: fixed;
	left: 55%;
	top: 80%;
	width: 400px;
	vertical-align: top;
	text-align: left;
	color: rgb(200, 200, 200);
	background-color: transparent;
}

.navigation {
	position: fixed;
	left: 25%;
	top: 85%;
	width: 30%;
	color: rgb(200, 200, 200);
	background-color: transparent;
}

table {
	background-color: black;
	margin-top: 0 0;
	border: none;
	font-size: 10px;
	
}

table.center {
	margin-left: auto; margin-right: auto;

}

div#player1 {
	color: rgb(5,5, 5);
}
