
body {
  font-family: arial, sans-serif;
  font-size: medium;
  background-color: #CC0000;
  background: url(pictures/background.jpg);
}

.title {
  text-align: center;
}

h1 {
  font-family: georgia, serif;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  top: 30px;
  color: white;
}

h2 {
  font-family: georgia, serif;
  text-align: center;
  color: white;
}

.LeftPanel h2, .CenterPanel h2 {
  text-align: left;
  top: 30px;
  color: black;
}

.LeftPanel {
  background-color: #fdfac6;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 10px;
  width: 150px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-left: 6px;
  padding-bottom: 200px;
}
.RightPanel {
  height: 100%;
  position: absolute;
  top: 60px;
  right: 10px;
  width: 153px;
  border-width: 0px;
  padding-bottom: 8px;
}

.LeftPanel h1, .RightPanel h1
{
  background-color: black;
  color: white;
  font-size: small;
  padding: 6 px;
  margin-bottom: 3px;
}

.CenterPanel {
  background-color: #fdfac6;
  height: 100%
  top: 60px;
  margin-left: 180px;
  margin-right: 180px;
  padding-left: 12px;
  padding-right: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 8px;
}

a {
color: #CC0000;
}
