body, table, tr, td {
	font: 12px courier new; 
	color: #D6D2D2;
	letter-spacing: 2px}
body {
background-color: #000000;
scrollbar-face-color:#000000;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color:#1C6B70;
}

.heading {
     background-color: transparent;
     font-weight: bold;
     font-size: 12px;
    font-style: italic; 
    color: #B89B6C;
     font-family: georgia;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px dashed #CC1321;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #AE2835}
a:hover {color: #6F4F54;
text-decoration: underline}
input, textarea, option, select {
	background-color: #000000;
	font: 8pt trebuchet ms;
	text-decoration: none;
	color: #D6D2D2;
	letter-spacing: 1px;
	border: 1px dashed #BA5C36;
	padding:2px; }

.menu {
    background-color: #000000;
	color: #c0c0c0;
	text-align: center;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#808080;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#B45934;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}


ul {
   list-style-type: square;
}

