body {background: url(bg001.gif);
  color: #787878;
  margin-left: 3em; margin-right: 3em;
  font-size: 0.8em;
}

h1 {
  background: lightpink;
  color: white;
  text-align: center;
  font-family: Century;
  font-size: 1.5em; 
  font-weight: bold
}
h2 {
 color: lightpink;
 font-family: Century;
 font-size: 1.2em; 
}
 h3 {
  color: #FF4500;
  font-family: Bimini;
  font-size: 1.0em; 
  font-weight: bold
  border-color: #ff273e;
  border-style: ridge;
  border-width: 1px;
  padding-left: 1em;
}

h4 {
  color: #858585;
  text-align: center; 
  font-family: Bimini;
  font-size: 1.0em; 
  font-weight: bolder;
}  

 
 
p {
  text-indent: 1em;
  line-height: 1.2em;}

em {font-style:normal; font-weight: bold ; 
color: #6d01e4;}

a {text-decoration: none}

table, th, td { 
  border-width: 1px; 
  border-style: solid; 
  border-color: bisque; 
  boder-collapse: collapse;
}
th { background: mistyrose;
  text-align: left; }
a:link { color: #008B8B; }
a:visited { color: #4169E1; }
a:hover { color: orange; }

tr {
  text-align: left;
  font-size: 0.8em;
}

div#main {
   width: 75%;
   float: right;
}

div#menu {
  background-color: snow;
  width: 20%;
  float: right;
}
div#undermenu {
  clear: both; 
}
ul {
  list-style-type: upper-roman;
  list-style-image: url(button111.gif);
}

dl.kousin{
 background-color: snow;
 overflow:auto;
 width: 300px;
 height:80px;
 padding-left:30px;
}



