
/* Copyright 2003  Peter S. May, Halfgeek Technologies.  All rights reserved. */

body, div {
	font-family: Swiss, Helvetica, Arial, sans-serif;
}

hr {
	height: 1px;
}

div {
	border: 1px;
}


body {
	background-color: black;
	color: white;
	text-align: center;  /* centers main box in ie */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
}

img {
	border-style: none;
}

#centerColumn {
	width: 640px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	text-align: justify;
}

#menu {
	text-align: center;
	font-size: 0.85em;
}

.currentPageNumber {
	font-weight: bold;
}

#opener, #closer {
	text-align: center;
	font-size: 0.90em;
}

a:link, a:visited, a:hover, a:active {
	background-color: transparent;
}

a:link, a:hover, a:active {
	color: #eee;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:visited {
	color: #aaa;
}

a:hover {
	text-decoration: none;
}
