

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	color: #CD853F; 	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold;    color: #CD853F;    }

h3 { font-size: 14px;   
	}
h4{
	font-size: 13px;
	margin: 4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

h5 { font-size: 12px; }

h6 { font-size: 10px; 
	background-color: #003300;
	}
	

.smaller   { font-size: 12px; }

.larger { font-size: 14px;  font-weight: bold;  }
	
table { font-size: 14px;  font-weight: normal;     }

.bg{
	background-color: Black;
}
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #CD853F;
}

	

a:visited {
	text-decoration: none;
	color: #CD853F;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
	color: #CD853F;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
   background-color: Black;
	font-weight: 500;

	}


#menu a, #menu a:visited {
  text-align: center; 
  text-decoration:none; 
  color:White; 
  display: inline; 
  width: 120px; 
  padding: .10em;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
        border: 1px outset #D2691E;
        background-color: #222222;
    }

#menu a:hover {
  color: #EEE8AA;
  border: 1px inset #D2691E;
  background-color: #663300;
}


#submenu a, #submenu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:White; 
  display: block; 
  width: 160px; 
  padding: .30em 20px;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    }

#submenu a:hover {
  color: #FF6600;
}
.singlespace { line-height: 6px;  color: White;
}

hr { color: #CD853F;  height: 1px;  }

