body
{
  /* background-color:#0033FF; */
  background-image: url(Jaguar_wallpaper.jpg);
  background-repeat: repeat;
}
table.officers
{
  border-style:solid;
  border-width:3px;
  border-color:#008000;
  background-color: white;
  cellpadding:0;
  cellspacing:0;
  height:100%;
  width:800px;
}
table.officers th
{
 text-align:center;
 font-size:24px;
 font-family:Comic Sans MS bold;
 height:40px;
}
table.officers td
{
 text-align:left;
 font-size:14px;
 font-family:Comic Sans MS;
 valign: middle;
 height:20px;
 padding:0.5em;
}
table.intro
{
  border-style:solid;
  border-width:3px;
  border-color:#008000;
  background-color: white;
  cellpadding:0;
  cellspacing:0;
  width:800px; 
}
table.intro th
{
 text-align: center;
 font-size: 24px;
 font-family: Comic Sans MS bold;
 height: 40px;
 padding-top: 40px;
 padding-bottom: 40px;
}
table.intro p
{
 text-align:left;
 font-size:18px;
 font-family:Comic Sans MS;
 padding-top:10px;
 padding-left:30px;
 padding-right:30px;
 padding-bottom:40px;
 height:20px;
}
table.level
{
  border-style:solid;
  border-width:3px;
  border-color:#008000;
  border-top: none;
  background-color: white;
  cellpadding:0;
  cellspacing:0;
  height:100%;
  width:800px;
}
table.level th
{
 text-align:left;
 font-size:24px;
 font-family:Comic Sans MS bold;
 height:40px;
 padding-left:70px;
}
table.level td
{
 text-align:left;
 font-size:14px;
 font-family:Comic Sans MS;
 valign: middle;
 height:20px;
 padding-left:70px;
}
