



/* @font-face {

	font-family: "TimesNow";
	src: url(files/times-now-light.otf); 
}
*/

body{

	font-family: "space-mono", sans-serif;
	font-weight: 100;

	margin-top: 1.25%;
	margin-left: 1.5%;
	margin-right: 1%;


}




/* HEADER */


.content {

	font-size: 1.15em;
	letter-spacing: -0.02em; 
	line-height: 1.2em;
	color: black;
	text-decoration: none;


	}

	.content2 {

	font-size: 1.15em;
	letter-spacing: -0.02em; 
	line-height: 1.2em;
	color: black;
	text-decoration: none;


}

	.links {

	font-size: 1.15em;
	letter-spacing: -0.02em; 
	line-height: 1.2em;
	color: black;
	text-decoration: none;

}


.links:hover {
	color: rgb(0, 255, 0);

}


.content2:hover {
	color: rgb(0, 255, 0);

}

