
body { 
	background:black;
	color:lime;
	font-family: monospace;
	border-color:lime;
	font-size:larger;
}

p {
	text-indent:1em;
	text-align:justify;
}

H3 {
	font-weight:Bold;
	font-style:italic;
}

a:link {
	color:aqua;
	text-decoration: none;
	}
a:visited {
	color: fuchsia;
	text-decoration: none;
	}


strong {
	font-size:larger;
}
h4 {
	text-decoration:underline;
}
.navtable {
	width:100%;
	border-width:1px;
}
td {
	
}