* {
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body, th, td, input, textarea {
  font-size: 12px;
}
pre, pre a {
  font-size: 12px;
  font-family: Courier, monospace;
}
h1 {
  font-size: 28px;
  color: #ffff00;
  margin: 0;
  padding-top: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
h5 {
  font-size: 18px;
  color: #ffff00;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h2, h3, h4, b {
  color: #005050;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #005050;
}
a:hover {
  color: #33cc99;
}
font.small {
  font-size: 10px;
}
hr {
  border: 1px solid #cdeede;
}

#page {
  margin: 0;
  width: 800px;
  background: url(/img/kegg_bg.png) repeat-x left top;
}
#main {
  margin: 0 15px 0 15px;
  width: 770px;
  border: 2px solid #cdeede;
  background-color: white;
}
#header {
  padding: 6px 16px 6px 16px;
  width: 768px;
  font-size: 11px;
  background-color: #cdeede;
}
#content {
  float: left;
  width: 614px;
  padding: 10px 20px 10px 20px;
  border-left: 2px solid #cdeede;
}
#sidenav {
  float: left;
  width: 140px;
  margin-top: 30px;
  margin-left: 10px;
  color: #005050;
}
#sidenav ul {
  margin: 0;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 20px;
}
#sidenav li {
  margin-left: 18px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: none;
}
#sidenav li.current {
  margin-left: 18px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-image: url(/img/arrow.gif);
}
#footer {
  clear: both;
  padding: 4px 16px 4px 16px;
  width: 768px;
  font-size: 11px;
  font-weight: bold;
  background-color: #cdeede;
}
#footer ul {
  list-style-type: none;
  text-align: center;
  margin: 0 0 0 4px;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  text-decoration: none;
  padding: 2px 50px 2px 50px;
}
#copyright {
  margin: 6px 0 6px 0;
  width: 780px;
  text-align: right;
  font-size: 10px;
}
#copyright:before {
  content: "Copyright 1996-2023 ";
}

.egglist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.egglist ul {
  margin: 20px;
  padding: 0;
}
.egglist li {
  margin-left: 20px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  list-style-image: url(/img/egg.gif);
}

div.indent {
  margin-left: 20px;
}
div.frame table, div.frame td, div.frame th {
  border: 1px solid #cdeede;
  border-collapse: collapse;
  padding: 2px;
}
