body {
  font-family: arial, non-serif;
}
h1 {
  color: #ffff00;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: arial, non-serif;
}
h2 {
  color: #ffff00;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  line-height: 44px;
  font-family: Algerian, times, arial, non-serif;
  margin: 5px;
}
h3 {
  color: #FF0000;
  text-align: center;
  background-color: transparent;  
  font-weight: bold;
  font-size: 20px;
  font-family: arial, non-serif;
}
h4 {
  color: #FFFF00;
  text-align: center;
  background-color: transparent;  
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  font-family: arial, non-serif;
}
h5 {
  color: yellow;
  text-align: center;
  background-color: transparent;  
  font-weight: bold;
  font-size: 36px;
  font-family: arial, non-serif;
}
h6 {
  color: #ffff00;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  font-family: Algerian, times, arial, non-serif;
  margin: 5px;
}
p {
  color: white;
  font-size: 20px;
  font-family: 'Lucida Calligraphy', cursive;
}
a:link, a:visited {
  color:  #f3fe63;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
}
table.photos td {
  text-align: center;
}
table.photos img {
  border: none;
}
img {
 border: 0;
}
