p.menu {
  font-weight : bold;
  color : black;
  background-color : transparent ;
  padding-right : 15px;
  padding-left : 15px; 
  font-size : 80%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
}

.menutext {
  font-weight : normal;
  color : black;
  background-color : transparent ;

  font-size : 80%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
}
p {
  font-weight : normal;
  color : black;
  background-color : transparent ;
  font-size : 100%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;
}

pre {
  text-align: left;
}


DT { 
   display: compact 
}
DD { 
   margin-left: 20px
}

h1 {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 130%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;  
}
h2 {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 120%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;  
}
h3 {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 110%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;
}
h4 {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 105%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;
}
h5 {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 100%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;
}
a {
  font-weight : bold;
  color : #400000;
  background-color : transparent ;
  font-size : 100%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;  
}

a:hover {
  color : gray;
}

a.menuhead {
  font-weight : bold;
  color : #800000;
  background-color : transparent ;
  font-size : 80%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  text-align: left;  
}
a.menuhead:hover {
  color : white;
}

a.menuhead:active {
  color : gray;
}

a.menu {
  font-weight : bold;
  color : #800000;
  background-color : transparent;
  margin-left : 5px;
  font-size : 80%; 
  font-family : "Century Schoolbook";
  text-decoration : none;
  white-space: nowrap;
  text-align: left;  
}

a.menu:hover {
  color : white;
}

a.menu:active {
  color : gray;
}

a.submenu {
  font-weight : bold;
  color : #400000;
  background-color : transparent ;
  padding-right : 15px;
  padding-left : 15px;
  top : -2px;
  font-family : "Century Schoolbook";
  font-size : 80%;  
  text-decoration : none;
  position : relative;
  white-space: nowrap;
    text-align: left;
}

a.submenu:hover {
  color : white;
}


a.submenu:active {
  color : gray;
}
body {
  padding: 0px;
  margin: 0px;
  border : 0px;
}

table.msgtable { 
	border: 2px #F9EFD5 solid;
	background: #FCF7EA;
}

div.indent {
   padding-left : 15px;
}

input {
  font-weight : normal;
  color : black;
  background-color : white ;
  font-family : "Century Schoolbook";
  text-decoration : none;
}

submit {
  font-weight : normal;
  color : black;
  background-color : white ;
  font-family : "Century Schoolbook";
  text-decoration : none;
}