
BODY {
background-color: #0000C8
}

FONT {
  font-family: serif;
  font-size: 24pt;
  font-style: normal;
  color: yellow;
  text-decoration: none;
}

TABLE {
  background-color: #0000C8;
}

TD {
  background-color: #0000C8;
}

A:link {
  color: white;
  
}

A:visited {
  color: white;
  
}

A:active {
  color: yellow;
  text-decoration: none;
  
}

.hide {
  display: none;
}

.headline {
  font-size: 120%;
  color: #900;
  background-color: #fff;
}
P.openhead {
font-family: "Comic Sans MS", sans-serif;
  font-size: large;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: blue;
  text-decoration: none;
  text-align: left;

}

#slogan {
  font-size: 120%;
  font-family: Times, "Times New Roman", serif;
}

.navsectiontitle {
  color: red;
  font-family: Arial, sans-serif;
  background-color: #fea;
}
.navlink {
  color: white;
  font-family: Comic Sans MS, sans-serif;
  background-color: #fea;
}

A {
  font-family: "Arial", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: smaller;
}

P.welcome {
  font-size:medium;
  color:white;
}


p.copyright {
  font-size: small;
}

p.copyright, address {
  font-family: Arial, sans-serif;
}
A:hover {
  color: yellow;
}


