body {
	background-color: #000000;
	}
	
a:link {color: #006633; text-decoration: underline; }
a:active {color: #6699FF; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }

P {text-indent: 30pt;}

.style2 {
	color: #97970B;
	font-family: "Gill sans";
}
.style3 {
	color: #993300;
	font-size: x-large;
	font-family: "new york";
}
body,td,th {
	color: #97970B;
}
ul.noBull { list-style: none; float: left; }
		ul li.current {
			color: #000;
			font-weight: bold;
		}
		ul.noBull li.current { margin-left: -2px; }
		
		ul.noBull li { margin:  0 0 5px 0; }
		ul li span.counter { display: block; float: left; text-align: right; width: 30px; margin: 0 10px 0 0; }
		ul li span.description { display: block; float: left; width: 615px; }


	ul.gallery {
			list-style: none;
			margin: 0 0 10px 0;
		}

			ul.gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}

				ul.gallery a {
					padding: 2px;
					display: block;
					border: 2px #000 solid;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					line-height: 0;
				}

				ul.gallery a:hover { border: 2px #999 solid; }
