/* css for jane newson-smith - site 2 */
body {

  font-family: Comic Sans MS,Comic Sans,Arial,Helvetica,sans-serif;
  color: #2c4a4c;  /* darkish font colour */
  font-size: 95%;
  background-color: #a29e76;  /* outer bkgrnd colour */
}
h1 {
  color: #e2f6f9; /* for main page titles */
  font-family: Comic Sans MS,Comic Sans,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 280%;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 10px;
}
h2 {
  color: #b7cacb;
  font-size: 160%;
  font-weight: normal;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-size: 125%;
  color: #487578; /* darker than bkgrnd */
  line-height: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
h4 {
  font-size: 115%;
  color: #487578; /* darker than bkgrnd */

  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#alignment {
  margin: 0 auto;
  width: 870px;
}

#table_bkgnd {
  background-color: #e2f6f9;  /* bkgrnd within table */
}

/* minimal style */
#horizmenu ul {
  margin: 0px;
  padding: 1px; /* at left*/
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#horizmenu ul li {
  margin: 5px;
  padding: 1px;  /* between menu items */
  display: inline;
  text-align: center;
  font-family: Comic Sans MS,Comic Sans,Arial,Helvetica,sans-serif;
  font-size: 110%;
  font-weight: bold;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#horizmenu li a {
  border: 0px outset #000000;
  padding: 2px;
  color: #2c4a4c;

  text-decoration: none;
  display: inline;
}
/* this is the hover over state */
#horizmenu li a:hover {
  color:#eee4a4;

}
#horizmenu ul li a.current {

   color:#e2f6f9;
}
