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



body {
	font-family: AverageMono;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	color: rgb(10, 10, 10);
	background-color: white;
	
}



a:link {
	color: rgb(100, 100, 100);
	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(100, 100, 100);
	text-decoration: none;
	
}





div#speechbox1 {
	position: absolute;
	top: 23%;
	left: 13%;
}


div#speechbox2 {
	position: absolute;
	top: 23%;
	left: 33%;
}

div#speechbox3 {
	position: absolute;
	top: 23%;
	left: 53%;
}

div#speechbox4 {
	position: absolute;
	top: 23%;
	left: 73%;
}



div#speechbox5 {
	position: absolute;
	top: 49%;
	left: 13%;
	
}

div#speechbox6 {
	position: absolute;
	top: 49%;
	left: 33%;
}

div#speechbox7 {
	position: absolute;
	top: 49%;
	left: 53%;
}

div#speechbox8 {
	position: absolute;
	top: 49%;
	left: 73%;
}




