

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


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




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

@font-face
{
font-family: UniversElse-Light;
src: url(../fonts/UniversElse-Light.ttf);
font-weight: light;
}

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

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

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

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


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


body {
	font-family: UniversElse-Light;
	font-size:;
	font-weight: normal;
	font-style: normal;
	color: rgb(150, 150, 150);
	background-color: rgb(5, 5, 5);
	margin-top:0;
	margin-left:0;
}



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

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

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

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


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

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

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

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


