/* Thanks to Claude */

body {
	margin: 3px;
	padding: 3px;
	color: #00CF00;
	background-color: white;
	text-align: left;
	}

body, div, p, th, td, li, dd {
		/* redundant selectors to help NS4 not forget */
	font-family: Georgia, Trebuchet, Times, Serif;
	font-size: 12px;
	background-color: white;
	}

a:link {
	color: gray;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: gray;
	background-color: transparent;
	text-decoration:none;
	}
a:active {
	color: gray;
	background-color: transparent;
	text-decoration:none;
	}

h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h5 {font-size: 10px;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Georgia, Trebuchet, Times, Serif;
	}
img {
	border: 0;
	}

table form {
	margin-bottom: 1px;
	}
/* CSS Snippets */

.main {
	font-family: Georgia, Trebuchet, Times, Serif;
	font-size: 12px;
	background-color: #000000;
	color: #000022;
	}
.mainlight {
	font-family: Georgia, Trebuchet, Times, Serif;
	font-size: 12px;
	background-color: #000000;
	color: #666677;
	}
.navmain {
	font-family: courier, monospace;
	font-size: 10px;
	background-color: #000000;
	color: #002657;
	}
.navdark {
	font-family: courier, monospace;
	font-size: 10px;
	background-color: #000000;
	color: #001244;
	}
.navlight {
	font-family: courier, monospace;
	font-size: 10px;
	background-color: #000000;
	color: #003469;
	}
.navverydark {
	font-family: courier, monospace;
	font-size: 10px;
	background-color: #000000;
	color: #000022;
	}

.navalmostblack {
	font-family: courier, monospace;
	font-size: 10px;
	background-color: #000000;
	color: #000011;
	}
.termback {
	font-family: Georgia, Trebuchet, Times, Serif;
	font-size: 12px;
	background-color: #00254C;
	color: #777788;
	}
.termbackright {
	font-family: Georgia, Trebuchet, Times, Serif;
	font-size: 12px;
	background-color: #00254C;
	color: #777788;
	text-align: right;

	}
.storymono {
	font-family: courier, monospace;
	font-size: 14px;
	background-color: #000000;
	color: #666677;
	}
.storymonolight {
	font-family: courier, monospace;
	font-size: 14px;
	background-color: #000000;
	color: #003469;
	}
.greymonosmall {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #000000;
	color: #666677;
	}
.bluemonosmall {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #000000;
	color: #004099;
	}


.termtemp {
	font-family:Courier,"Courier New",monospace;
	font-size:11px;line-height:12px;}
	background-color: white;
	color: #000000;
	}

.termgreen {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #000000;
	color: #00CF00;
	}

.termgrey {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #00254C;
	color: #777788;
	}
.termgreyright {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #00254C;
	color: #777788;
	text-align: right;
	}

.termred {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #210000;
	color: #FF0000;
	}
.termredright {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #210000;
	color: #FF0000;
	text-align: right;
	}
.termrightgreen {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #000000;
	color: #00FF00
	}
.termyellow {
	font-family: courier, monospace;
	font-size: 12px;
	background-color: #000000;
	color: #FDE100;
	}
