body {
	margin:0px;
	background-color: #000;
	color: #fff;
	background-image: url(back.jpg);
	background-repeat: repeat;
	font-family: Arial Helvetica sans-serif;
	font-size: 12px;
	border:2px solid black;
	}
img {
	border:none;
	}

#topnav {
	background-color: #000;
	color: #fff;
	text-align: center;
	}

a:link {
	color: #9ff;
	background-color: transparent;
	text-decoration:none;

	}
a:visited {
	color: #ecf;
	background-color: transparent;
	text-decoration:none;
	}
a:hover {
	color: #fc0;
	background-color: transparent;
	text-decoration:underline;

	}
a:active {
	color: #ddf;
	background-color: transparent;
	text-decoration:underline;
	}

input {
	color: white;
	background-color: black;
	border:2px outset black;
	}

.main {
	margin:5%;
	padding:8px;
	}
.main2 {
	margin:0 5% 0 5%;
	}
.main3 {
	margin:0 8% 0 8%;
	padding:10px;
	}

.center {
	text-align: center;
	}

.black {
	color:inherit;
	background-color:#000;
	}
.light {
	color:black;
	background-color:#cef;
	}
.wove {
	background-image: url(weave.jpg);
	}
.firstindent {
	margin-left:32px;
	}
.secondindent {
	margin-left:64px;
	}
.fleft	{
	float:left;
	}
.nudge10 {
	margin-right:10px;
	}

.pad4 {
	padding:4px;
	}
.pad8 {
	padding:8px;
	}

.bold {
	font-weight:bold;
	}
.ital {
	font-style:italic;
	}

/* hr {
	width:400px;
	} */

/* Two line breaks with this class kept a split line with black pad4 class spans from overlapping. This was a wild hack, I had no idea that it could be done. Worked well with local files in K-Meleon (Moz), IE6, and Opera. To hell with Netscrap. Unfortunately it seems to work differently on the server. Back to drawing board. */
.ht4 {
	line-height:4px;
	}

