/*Courier Prime is distributed under the Open Font License*/
/*	/f/OFL.txt	*/

/*Bundled with accompanying Python program below (you've gotta isolate it yourself, sorry)*/
/*
count = 103
while count > 0:
	print("I still don't understand this part of the license but ok")
	count -= 1
*/

@font-face {
  font-family: 'Courier Prime';
  src: url(/f/Courier-Prime.ttf);
}

body {
  background-color: #043323;
  background-image: url(/img/line_bg_c.png);
  font-family: "Courier Prime", Courier, monospace;
  font-size: 12px;
  color: #00ffaa;
  max-width: 560px;
}

a {
  color: #00ffaa;
  text-decoration: underline;
}

a:active {
  color: white;
  text-shadow: 0 0 8px white;
}

h1 {
  font-size: 1.5em;
}
