/* fonts_and_colors.css - for JMHS Orchestra
 * Last Update: 21 Oct 2006  - Jonathan Doughty
 */
body {
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  background-color:white;
  /* font-size: 12pt; */
}
h1 h2 h3 h4 { 
  /* line-height: 22pt; */
  font-weight: bold;
  color: #F00;
  background-color: #EEE;
  border: 1px solid #000;
}
h1 {
  /* font-size: 1.5em; */
}
h2 {
  /* font-size: 1.4em; */
}
h3 {
  /* font-size: 14pt; */
}
h4 {
  /* font-size: 12pt; */
}
p {
  /* font-family: verdana, arial, helvetica, sans-serif; */
}
blockquote { 
  font-style: italic;
}

a:link {
  /* color: #03F; */
  /* text-decoration: none; */
}

a:visited {
  /* color: #93F; */
  /* text-decoration:none; */
}
a:active {
}

#Header {
  color:#F00;
  background-color: white;
}

#Header  td {
  color: #F00;
  background-color: black;
}
#Header h1 { 
  color: #F00;
  background-color: black;
  text-align: left;
  font-size: 24pt;
  line-height: 28pt;
  font-weight: 900;
  padding-left: 5em;	
}

#Header ul {
  color: white;
  background-color: #F00;
  font-size: 12pt;
  line-height: 12pt;
}

#Header ul li {
}

#Header ul li a {
  color: white;
  text-decoration: none;
  border-right: 1px solid #FFF;
}

#Header ul li a:hover {
  background-color: #F00;
  color: white;
}

#Header #active { 
  border-left: 1px solid #fff; 
}

#Menu {
  color:#F00;
  background-color:#EEE;
  border:0px solid #999;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: small;
  text-decoration:none;
  text-align: right;
  font-weight:normal;
  line-height: 1.5em;
}

#Menu ul { 
  list-style-type: none;
}

/*
#Menu li { 
  border:0px solid #999;
  border-top-width: 1px;
  display: block;
}
*/
#Menu li a { 
  border:0px solid #999;
  border-top-width: 1px;
  display: block;
}

#Menu ul * a:link {
  color:#F00;
  text-decoration: none;

}

#Menu ul * a:visited {
  color:#F00;
  text-decoration: none;
}

#Menu ul * a:hover {
  background-color: #F00;
  color: #000;
}

#Footer {
  color: #F00;
  background-color: #EEE;
  border-top:1px solid #FFF;
  text-align: center;
}

.even { 
  background-color:#eee;
}
.odd { 
  /* nothing special */
}

.bulletless { 
  list-style-type: none;
}

.lastmod { 
  font-size: xx-small;
}

blockquote>pre { 
  text-align: left;
  color: #F00;
  font-family: verdana, arial, helvetica, sans-serif;
}

.update {
  font-weight: bolder !important;
  /* color: #e90 !important; */
}

.note {
   color: #930;
}

.code {
   font-family: monospace;
   font-weight: bold;
}
