body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0;
  font-size: 15px;
  font-family: helvetica, verdana, arial, sans-serif;
}

p {

}

h1 {
  font-size: 30px;
}

h2 {
  color: rgb(255, 255, 255);
  padding: 5px;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  font-size: 20px;
}

h3 {
  font-size: 18px;
  padding: 5px;
}

h4 {
  font-size: 15px;
  font-style: bold;
}

a {

}

a:link {
  color: rgb(0, 0, 255);
}

a:visited {
  color: rgb(150, 0, 255);
}

a:hover {
  color: rgb(150, 150, 255);
}

img {
}

#top {
  background-color: rgb(0, 0, 0);
  margin: 0;
  height: 180px;
  font-size: 10px;
}

#left {
  background-color: rgb(0, 0, 0);
  left: 10px;
  top: 180px;
  width: 150px;
  height: 100%;
}

#centre {
  background-image: url("images/biohazard.png");
  background-color: rgb(0, 0, 0);
  background-repeat: repeat;
  position: absolute;
  top: 180px;
  margin-top: 0px;
  left: 180px;
  right: 200px;
  width: 65%;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}

#right {
  background-color: rgb(0, 0, 0);
  position: absolute;
  right: 10px;
  top: 180px;
  width: 150px;
  height: 100%;
  font-size: 10px;
}

.odd {
  background-color: rgb(180, 180, 180);
  padding: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.even {
  background-color: rgb(150, 150, 150);
  padding: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.txtfield {
  background-color: rgb(150, 150, 150);
}

.tagline {
  color: rgb(100,100,100);
  font-family: serif;
  font-style: italic;
  margin-left: 60%;
  padding: 10px;
}

.taglineref { 
  color: rgb(100, 100, 100);
  font-size: 10px;
  font-style: normal;
}

ul {
  list-style: square;
  font-size: 12px;
}

.laurels {
  margin-left: 0%;
  margin-top: 30px;
  text-align: center;
}

.logo {
  padding-top: 100px;
  text-align: center;
}

.images { 
  text-align: center;
}

.bold {
  font-weight: bold;
}

