
body {
  background-image: url(images/newback.png);
  background-repeat: no-repeat;
  background-color: #CCDDFF;

  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.menuitem {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 160%;
}

p {
  text-align: justify;
}

a:link {
  color: green;
}

a:visited {
  color: maroon;
}

a:hover {
  color: olive;
}

hr {
  width: 98%;
}

img {
  vertical-align: middle;
}

.menu {
  position: absolute;
  width: 110px;
  height: 150px;

  left: 20px;
  right: 10px;
  top: 40px;
  bottom: 10px;

  background-color: #CCDDFF;
  border: 2px solid navy;
  padding: 10px;
}

.content {
  position: relative;
  width: 80%;
  left: 160px;

  margin-top: 20px;
  margin-bottom: 20px;

  background-color: #CCDDFF;
  border: 2px solid navy;
  padding: 10px;
}
