/* CSS Document */
body {
  background-color: #800000;
}

#overflow 
{
width:625px;
height:400px;
overflow: scroll;
}

table {
  borer-style: ridge;
}

td {
  color: #ffffff;
}
 
h1 {
  text-align: center;
  font-family: arial;
  font-size: 28px;
  color: #ffffff;
}

h2 {
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
}

h3 {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
}

h4 {
  text-align: justify;
  font-family: arial;
  font-size: 13px;
  color: #ffffff;
}

h5 {
  text-align: center;
  font-family: arial;
  font-size: 18px;
  color: #ffffff;
}

p.pulletin {
  padding-left: 2em;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-align: justify;
  color: #ffffff; 
}

a.normal {
  text-decoration: none;
 
}

a.normal:link {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #d9d919;
  border: outset;
  background-color: #800000;
  
}

a.normal:visited {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #d9d919;
  border: outset;
  background-color: #800000;
}

a.normal:hover {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #800000;
  border: outset;
  background-color: #d9d919;
}

.style1 {
  background-color: #800000
}

/* All the content boxes belong to the content class. */

.content {
  text-align: justify;
  position: relative;
  width: auto;
  min-width: 120px;
  margin: 5px 10px 20px 150px;
  border: none;
  padding: 10px;
  color: #620611;
  z-index: 3;
}

p.footer {
  padding-left: 2em;
  font-family: arial;
  font-size: 8px;
  font-weight: bold;
  text-align: justify;
  color: #000000; 
}

p.special {
  padding-left: 2em;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-align: justify;
  color: #000000; 
}

#footer {
  position: absolute;
  left: 300px;
  top: 568px;
  text-align: center;
}



