a{
  color: #990000;
}
a:visited{
  color: #990000;
}
a:hover{
  color: #990000;
  font-weight: bold;
}
p {
  font-style: italic;
}
h2 {
  font-style: italic;
  color: #000066;
}
.specbold {
  font-weight: bold;
}

#all {
  background-image: url("fixedBG.gif");
  background-repeat: repeat-y;
  width: 780px;
  height: 780px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  width: 780px;
  clear: both;
}

#left {
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  width : 390px;
}

#right {
  background-color: #FFFFFF;
  text-align: center;
  float: right;
  width : 390px;
}

#footer {
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  width: 780px;
  clear: both;
}
