body { 
  background: #FFFFFF;
  color: #000000;
  font-family: sans-serif;
}

h1, h2, h3 {
  color: #000000;
  font-family: sans-serif;
}

th, td, dt, dd, b, i {
  font-family: sans-serif;
}

p {
  font-family: sans-serif;
  text-align: justify;
}

center {
  font-family: sans-serif;
}



a:link { 
font-family: sans-serif;
  color: #0000FF;
  text-decoration: none; 
}

a:visited { 
  font-family: sans-serif;
  color: #0000FF; 
  text-decoration: none; 
}

a:active { 
  font-family: sans-serif;
  color: #0000FF; 
  text-decoration: none; 
}

a:hover {
  font-family: sans-serif;
  color: #cc0000; 
  text-decoration: none; 
}

a:link.navbutton { 
  font-family: sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none; 
}

a:visited.navbutton { 
  font-family: sans-serif;
  color: #FFFFFF; 
  font-weight: bold;
  text-decoration: none; 
}

a:active.navbutton { 
  font-family: sans-serif;
  color: #FFFFFF; 
  font-weight: bold;
  text-decoration: none; 
}

a:hover.navbutton {
  font-family: sans-serif;
  color: #006633; 
  font-weight: bold;
  text-decoration: none; 
}


.picture { 
  background-color: #FFFFFF;
}

.menubar { 
  background-color: #FF9900;
}

.menublock {
  font-family: sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0.5em;
}

.content {
  background-color: #F0F0F0;
}

