
.head {
  /*font-size: 11pt;*/
  border: 1px solid #330099;
  background-color:#D3ECFF;
  float: left;
  width: 100%;
  margin-bottom: 1px;
}

#limg {
  float: left;
  clear: none;
  margin-left: 5px;
  margin-top: 5px;

}

#rimg {
  float: right;
  clear: none;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.page_title {
   margin-top: 15px;
  clear: none;
  float: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  font-style: normal;
  text-transform: none;
  text-align: center;
  border-top-color: #0000FF;
  padding-top: 1px;
}

 .menu {
  background-color:#D3ECFF; 
  font-size: medium;
  padding-bottom: 1px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  line-height: normal;
  padding-top: 1px;
  list-style-type: disc;
  float: left;
  clear: both;
  margin-top: 0px;
  width: 100%;
}


.menuitem-home {
  display: list-item;
  list-style-type: none;
  float: left;
  margin-left: 5px;
}

.menuitem {
   padding: 5px 5px;
  
  font-weight: bold;
  float: top;
  list-style-type: none;
  display: list-item;
  list-style-position: inside;
  color: #009900;
  clear: none;
}

/* Курсор не наведен */
.menuitem > a {
  color: black;
  text-decoration: none;
}

.menuitem:hover {
  background-color: #330099;
  color: white;
}

   /* Курсор над текстом позиции меню */
.menuitem > a:hover {
  color: white;
  text-decoration: underline;
}

   /* Курсор над background позиции меню */

.menuitem:hover > a {
  color: white;
}

frame {
  background-color: #D3ECFF;
}

#content {
  /*border: 2px solid #B0E0E6; */
  margin: 10px auto;
   clear: both;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: white;
}

h3 {
  font-family: Arial,Helvetica,sans-serif;

  font-size: large;
  color: #0000FF
}

h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  text-align: center;
  }


 p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  text-align: justify;
}

ul {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  text-align: justify;
}

ol {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  text-align: justify;
}