/* Note to self: CSS comment syntax is the same as C */



/* GREEN ON BLACK! LOVE IT! DEAD SEXY! */
body {
	font-family: fixed, monospace, Courier New, Lucida Console, Fixedsys, Courier;
	color: #00FF00;
	background-color: #000000;
	}



a:link {
	color: #FFFF00;
	}
a:visited {
	color: #FFFF00;
	}
a:hover {
	background-color: #FFFF00;
	color: #000000;
	}
a:active {
	color: #00FFFF;
	}



h1 {
	/* font-weight: normal; */
	}
h2 {
	/* font-weight: normal; */
	}



.hr {
	color: #003300;
	}



.list_title {
	font-weight: bold;
	font-size: 1.25em;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	color: #00FFFF;
	}



.footer {
	font-size: smaller;
	}



ul {
	list-style-type: none;


	}
li {
	margin-bottom: 0.5em;
	}
