<style>

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

body {
font-family: AverageMono;
font-size:0.8em;
letter-spacing: 2px;
color: rgb(80, 80, 80);
background-color: white;
}

a:link {
color: rgb(10, 10, 10);
letter-spacing: 1px;
text-decoration: none;
}

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

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

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

td.pad1 {
padding: 1px;
}

td.highlight2 {
background-color: blue;
}

table.center {
position: ;
top: 6%;
margin-left: auto;
margin-right: auto;
width: 380px;
border: none;
background-color: transparent;
}

</style>