/* mode: -*- HTML:CSS:EN -*- */
/* date: 2005/05/25 */

body, td, a, p {
  font: 15pt/18pt Arial, Helvetica, sans-serif;
  color: white;
  background: navy;
}

p {
  font-size: 125%;
  font-style: italic;
  font-variant: small-caps;
  text-align: center;
}

a {
  width:140px;
  text-decoration: none;
}

a:hover, a.plain:hover {
  color: red;
}

a.plain {
  font: 10pt/12pt Arial, Helvetica, sans-serif;
  color: yellow;
  width:0px;
  text-decoration: none;
}

.datemodified {
  font: 10pt/12pt Arial, Helvetica, sans-serif;
}

.menutitle {
  cursor:pointer;
  margin-bottom: 5px;
  background-color:white;
  color:blue;
  width:140px;
  padding:0px;
  text-align:center;
  font-weight:bold;
}

.menufaker {
  cursor:pointer;
  background-color:white;
  color:blue;
  text-align:center;
  font-weight:bold;
}

.menufaker:hover {
  color:blue ! important;
}

.submenu {
  margin-bottom: 0.5em;
}
