body 
{
  padding-left: 2em;
  padding-right: 2em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: #AAAAAA;
  background-color: #202020;
  background-image: url("http://www.weddingopenair.com/img/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

h1
{
  font-size: 60%;
  text-align: center;
  color: #FFFFFF;
}

h2 
{
  font-size: 100%;
  text-background: black;
  font-family: sans-serif;
  color: #AAAAAA;
}

h3 
{
  font-size: 75%;
  text-background: gray;
  color: #FFFFFF;
}

h4 
{
  font-size: 60%;
  text-background: gray;
  text-align: right;
  color: #FFFFFF;
}

h5 
{
  font-size: 100%;
  text-background: black;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: #AAAAAA;
  text-align: center;
}

table 
{
  width: 750px;
  border: 0;
  margin-left:auto;
  margin-right:auto;
}


tr.titulo td 
{
  border-top: 0px;
  border-bottom: 0px;
  background: #000000;
}

tr.cuerpo td 
{
  border-top: 0px;
  border-bottom: 0px;
  background: #000000;
}

a:link 
{
  color: #FF0000;
}
a:visited
{
  color: #AA00AA;
}
  a:hover 
{
  color: #AA00FF;
}
  a:active
{
  color: #FF00FF;
}
