h1{ font-size: 16px; 
text-decoration: underline;
color: black }
h2{ font-size: 14px; 
color: black }
p{ font-size: 14px; color: black; text-align: justify; }
thead { background-color: yellow; }
tfoot { background-color: yellow; }
th { vertical-align: baseline; font-weight: bold; }

A:link { color: black; text-decoration: none; font-weight:bold;}
A:visited {color: black; text-decoration: none; font-weight:bold;}
A:active {color: black; text-decoration: none; font-weight:bold;}
A:hover {color: black; text-decoration: underline; font-weight:bold; }


#header {
  margin-top: 30px;
  margin-left: auto ;
  margin-right: auto ;
  width: 920px;
  height: 131px;
  background-image:url(ballparkheader.jpg);
  background-repeat: no-repeat;
  }
#main {
  font-family: Arial;
  font-size: 14px;
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  width: 920px;
  background-color: #ddd0b6;
  background-image:url(ballparkbg.jpg);
  background-repeat: repeat-y;
}

#content {
  font-family: Arial;
  font-size: 14px;
  position: relative;
  width: 895px;
}


#footer {
position: relative;
width: 920px;
height: 46px;
color: black; 
  margin-left: auto ;
    margin-right: auto ;

  font-family: Arial;
  font-size: 11px;
    background-image:url(ballparkfooter.jpg);
  background-repeat: no-repeat;
}
#nav {
position: relative;
width: 920px;
margin-left: auto;
margin-right: auto;
  background-image:url(ballparkbg.jpg);
  background-repeat: repeat-y;

}