img { 
  border: none;
}

body { 
  margin: 0px;
  font-family: sans serif;
}

a { 
  text-decoration: none;
  color: #0000aa;
}

a:visited { 
  color: #000099;
}

a:hover { 
  text-decoration: underline;
}

#copy { 
  color: #8888bb;
  text-align: center;
  font-size: small;
  margin-bottom: 20px;
}

.main { 
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

#head { 
  background-color: #aaccff;
  background-image: url(images/head.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right; 
}

#head a { 
  text-decoration: none;
  color: #bbbbee;
} 


#head a:visited { 
  color: #bbbbee;
}


#head a:hover { 
  color: #ffff00;
}

tr.menu { 
  background-color: #000000;
  font-size: smaller;
}

td.menu { 
  padding: 2px;
  padding-right: 5px;
  text-align: right;
  color: #ffffff;
}

td.numexp { 
  padding: 2px;
  text-align: center;
  color: #ffffff;
}

#shots { 
  text-align: center;
}


#shots img { 
  margin-bottom: 20px;
  margin-top: 20px;
}

h1 { 
  font-size: 140%;
  color: #99aaee;
  font-weight: bold;
}

h2 { 
  font-size: 100%;
  color: #99aaee;
}
