BODY {	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFAF00;
	background-color: black;
	margin-left: 36pt;
	margin-right: 36pt;
	
	}
	
a:link { color: #00FFAF; 
	 /* text-decoration: none;*/}
a:visited {color: #FF00AF;
	/* text-decoration: none; */}
a:hover {/*color: black; 
	background-color: #00FFAF;*/
	text-decoration: none; }
a:active {color: black;
	background-color: red;
	text-decoration: none; }
	
H1 {	font-size: 24pt;
	font-family: "arial","helvetica","open sans","sans-serif";
	font-weight: bold;	
	color: yellow;
	text-align: center;
	}
	
H2 {	font-size: 20pt;
	font-family: "arial","helvetica","open sans","sans-serif";
	font-weight: bold;	
	color: yellow;
	text-align: left;
	}
	

/* Quoted text: eg. game instructions or e-mail submission notes */	 
div.quote { font-size: 16pt;	
	color: cyan;
	margin-left: 48pt;
	margin-right: 48pt;
	}
	
/* BASIC code: eg. loading instructions */
div.code { font-size: 16pt;
	font-family: "courier","monospace";
	font-weight: bold;
	color: #00002F;
	background-color: #FFFFD0;
	margin-left: 36pt;
	margin-right: 36pt;
	}	
	
/* Alternate paragrph highlighting: eg. to break up large blocks of text */
div.alt {color: #C0C0FF; }