body {
  background-color: palegoldenrod;

margin-left: 9em;
margin-right:9em;
}
p {
  font-size: 0.9em;
line-height: 1.5em;
  text-align: center;
}

h1 { background: burlywood ; 
  color: navy;
  font-size: 3.5em;
  font-family: "HG³ž²‘‘Ì-PRO";
  font-weight: bold;
  text-align: center;
border-color: wheat; border-style:double; border-width:30px; padding:0.15em;
}
h3 {
  font-size: 0.9em;
line-height:1.3em;
  color:midnightblue;
 background-color: burlywood; }
h3 { text-align: center;
border-color: khaki;  border-style: solid;  border-width: 20px;  padding-left: 0.5em;

}
div#main {
  float: left;
  width: 50%;
background-color: palegoldenrod;}
div#menu {
  float: left;
  width: 50%;
background-color: wheat;}
em { font-style: normal; color: red; }
h4 { color: goldenrod; }

h2 { text-align: center;
font-family:"‚l‚r P–¾’©‘Ì"
}
a {
  text-decoration: underline;
}
a:link {
  color:blue;
 
}
a:visited {
  color: purple;
} 
a:hover {
  color: red;
  background-color: bisque;
}


table, td, th { 
}

