HTML, BODY, DIV#page, DIV {
	margin: 0;
	padding: 0;
	font-family: courier, monospace;
	font-size: 12px;
	background: black;
    color: #519437;
}

#bg, #header, #footer, #settings1, #settings2, #settings3, #logo, #gallery, #viewPane {
	display: none;
}

#title {
	font-size: 14px;
	font-weight: bold;
	text-align: center; 
}

#content {
	text-align: justify;
}

#menu {
	text-align: center; 
}

H2 {
	font-size: 14px;
	font-weight: bold;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px; 
	margin-bottom: 10px;
}

IMG.framed {
	border: 1px #999999 solid;
}
IMG.right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
IMG.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

A, A:visited, A.menu, A:hover {
	color: #CCCCCC;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

P {
	margin-top: 5px;
	text-indent: 30px;
}

UL LI P {
	text-indent: 0px;
}

DT {
	font-style: italic;
}

UL {
	margin-top: 0;
	margin-bottom: 0;
}

LI {
	list-style-image: url(../img/cursor_small.gif);
}
