/* For usbirboy web pages */

h2 {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

h3, h4 {
  margin-top: 2em;
}

div#header {
  text-align: center;
  margin-left: 10em;
}

div#menu {
 position: fixed;
 float: left;
 width: 8.5em;
 margin: 3.3em 0 0 1em;
 text-align: center;
 background-color: #ddddff;
}

div#menu div#menuentry {
  margin-top: 1.2em;
}

div#menu div#currentmenu a {
  text-decoration: none;
}

div#menu p {
  margin-top: 4em;
  font-size: smaller;
}

div#content {
  position: relative;
  left: 11.5em;
  width: 75%;
}

div#content p {
  margin-left: 2.5em;
}

div#content ul {
  margin-left: 1em;
}

div#content ol {
  margin-left: 2em;
}

div#content ol li {
  margin-bottom: 1em;
}

div#cli {
  border-style: inset;
  padding: 0.2em;
  width: 75%;
  padding-left: 0.5em;
  margin: 0.1em;
  margin-left: 2.5em;
}

li div#cli {
  margin-left: 0em;
}

div#image {
  text-align: center;
}

div#image #caption {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 4em;
}

div#footer {
  margin-top: 5em;
  margin-left: 9em;
  text-align: center;
  font-size: smaller;
}

