H1 {
  font-family: trebuchet ms, verdana, Arial, Geneva;
  clear: both; 
}

DT, .heading, H2, H3, H4, H5, H6 {
  font-family: trebuchet ms, verdana, Arial, Geneva;
}
.placeholder {
}

/* Resources */

.sidebar2 {
  padding: 3px;
  /* font-family: trebuchet ms, verdana, Arial, Geneva;  */
  background-color: #FFEEAA; 
}

.sidebar2 H3 {
  /* text-decoration: underline; */
}

.resourcelist {
   font-family: trebuchet ms, verdana, Arial, Geneva; 
}

.sidebar2 A:link, .sidebar2 A:visited {
  /* text-decoration: none; */
}

/* Location Bar */

.locbar {
  font-size: smaller;
  font-family: trebuchet ms, verdana, Arial, Geneva;
  background-color: #444444;
  padding: 2px;
  color: white;
}

.locbar A:link, .locbar A {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

.locbar A:visited {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

/* Navigation table */
.navtable {
  background-color: #996633;
}

.navbutton {
  background-color: #444444; 
  font-family: trebuchet ms, verdana, Arial, Geneva;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-top-color: gray;
  border-left-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

.navbutton A:link {
  text-decoration: none;
  color: white;
}

.navbutton A:visited {
  text-decoration: none;
  color: gray;
}

.navbutton A:hover {
  text-decoration: none;
  color: #ffffcc;
}

/* Add some color to the horizontal rules */

HR {
  color: #996633;
}

/* Resources special links */

SMALL.list, SPAN.list {
  color: #000000;
}

SMALL.class, SPAN.class {
  color: #660000;
}

.search {
  background-color: #F0F0FF;
  }

.new { font-size: smaller;
	       color: red;
	       font-family: sans-serif; }
         a:hover{color:#ff0000} 
         A:hover {text-decoration: underline}
         a{text-decoration:none}

.topbar {
  background-color: #444444;
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 4px;
  color: white;
  border-top-color: gray;
  border-left-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset; 
}

INPUT.submit {
  background-color: #444444;
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  color: white;
  border-top-color: gray;
  border-left-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}