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

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


body {
	margin: 0px;
	font-family: AverageMono;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(40, 40, 40);
	background-color: white;	
}






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

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

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

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


table#slice {
	position: absolute;
	left: 3%;
	top: 32%;
	background-color: white;

}




div#title {
	position: absolute;
	top: 95%;
	right: 10%;
}

