@font-face {
  font-family: "Joystix"; 
  src: url("http://neoism.pleintekst.nl/Joystix.ttf");
  }

body {
  background-color : white;
  color : black;
  font-family: "Joystix";
}
h1 { font-family: sans-serif 
  font-size : 16pt;
  font-weight : bold;
  word-spacing : normal;
  letter-spacing : normal;
  line-height : 110%;
  text-align : left;
  margin-right : 5%; 
  margin-left: 5%
}

h1	{
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:	800%;
	font-weight:	900;
	word-spacing:	normal;
	letter-spacing:	-0.07em;
	line-height: 80%;
	text-transform: lowercase;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: black 
	}

h2	{
	font-size:	400%;
	font-weight:	900;
	word-spacing:	normal;
	letter-spacing:	-0.05em;
	line-height: 95%;
	text-transform: lowercase;
	text-align: left;
	text-decoration: line-through;
	font-family: monospace;
	margin-left: 0%;
	margin-right: 10%;
	margin-top: 1.5em;
	margin-bottom: 0em;
	color: white
	}

blockquote {
	font-size: 90%;
	margin-right: 0%;
	margin-left: 15%;
	margin-bottom: 3%
}

p, ul, ol, dl, dd, li, dir, menu, {
  margin-right: 10%;
  margin-left: 10%
}

pre {
	font-size: 60%;
	font-weight: normal;
	line-height: 140%
}

a {
  color : white;
  background-color: black;
  text-decoration : blink
}

a:hover {
  color : black;
  background-color : white;
  text-decoration : none
}

img {
  text-decoration : blink
}
