BODY { 
  background-image: url(bground3.jpg);
  background-color: #000065;
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: Arial;
}

#menu TD {
  text-align: center;
  color: white;
}

#menu a:link {
color: white;
text-decoration: none; }

#menu a:hover { 
color: red; }

#menu a:visited {
color: white;
text-decoration: none; }

#content  {
  color: gainsboro
}

#content2  {
  color: gainsboro
}

#content2 TD {
  color: gainsboro
}

#content2 a:link {
color: teal;
text-decoration: none; }

#content2 a:hover { 
color: red; }

#content2 a:visited {
color: teal;
text-decoration: none; }

#footer  {
  color: gainsboro;
  font-size: 0.75em;
font-family: Arial
}

#footer TD {
  color: gainsboro
}

#footer a:link {
color: #33FFCC;
text-decoration: underline; }

#footer a:hover { 
color: skyblue; }

#footer a:visited {
color: #33CCCC;
text-decoration: none; }
