
@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:0.8em;
	color: rgb(80, 80, 80);
	background-color: white;
}



a:link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:visited {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

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


table {
	background-color: white;
	position: absolute;
	top: 30%;
	left: 10%;
	border: none;
	font-size: ;	
}

table#navigation {
	position: absolute;
	top: 80%;
	left: 20%;
}
