body {
	background-color:black;
	color:#933;
}

#logo {
	float: right;
}

p {
	font-family:"Comic Sans";
	font-weight:700;
}

.gavin {
	background-color:#000;
	color:#F30;
}

a:hover {
	color:#00FF7F;
}

a:active {
	color:#F0F;
}

.fright {
	float:right;
}

.fleft {
	float:left;
}

h4 {
	text-align:center;
}

h2 {
	text-decoration:underline;
	text-align:center;
}

#navcontainer ul {
	padding-left:0;
	margin-left:0;
	background-color:#036000;
	float:left;
	width:100%;
	font-family:arial, helvetica, sans-serif;
}

#navcontainer ul li {
	display:inline;
}

#navcontainer ul li a {
	background-color:#036000;
	color:#FFF;
	text-decoration:none;
	float:right;
	border-left:1px solid #FFF000;
	padding:0.2em 1em;
}

#navcontainer ul li a:hover {
	background-color:#369000;
	color:#FFF000;
}

.imglist {
	list-style-image:url(http://www.shodor.org/~gborg/GImageStorage/RedArrow2.png);
}

.img {
	height:400px;
	width:500px;
	border-color:#55ae3a;
	border-style:outset;
	border-width:2px;
}

.imgsml {
	height:400px;
	width:600px;
	border-color:#55ae3a;
	border-style:outset;
	border-width:2px;
}

.indent {
	text-indent:1cm;
}

a:link,a:visited {
	color:#2E8B57;
}
/*
.navlist {
	border: 5px #369000 solid;
	padding: 1px;
	margin-left: 0;
	font: bold 13px monospace;
	background-color:#0C6;
	width: 14em;
	color: #006;
	font-size: 25pt;
	border-left-color: black;
	border-bottom-color: black;
}

.navlist li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #004080 dotted;
	text-align: left;
	}

.navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-decoration: none;
}

.navlist li a:link {
	color: #000;
}

.navlist li a:visited {
	color: #006;
}

.navlist li a:hover {
	color: #000080;
	background: #036000;
}

*/

