body {
  font-family: Arial, Verdana, Helvetica, Times;
  font-size: 11px;
#  color: #bcc7c7;
  color: 		#000000;
  margin: 0;
  background-color: #FFFFFF;
  list-style-type: square;
 }

a:link { color: #657383; text-decoration: none }
a:visited { color: #657383; text-decoration: none }
a:hover { color: #6D7B8D; text-decoration: underline }
a:active { color: #657383; text-decoration: none }

h1 {
  font-size: 32px;
}

p {
  text-align: justify;
}

p.menu {
  text-align: left;
}

div.container {
  position: absolute;
  top: 1em;
  left: 8em;
  width: 40em;
}

div.head {
  position: absolute;
  top: 1em;
  left: 12em;
  width: 50em;
}

div.content {
  position: absolute;
  top: 8em;
  left: 12em;
  width: 45em;
}

div.menu {
  position: absolute;
  top: 8em;
  left: 2em;
  width: 9em;
}


table.guestlist {
  width: 100%;
  border-spacing: 0 0;
  border-width: 0;
  margin-top: 0;
  padding: 0;

}

table.parties {
  width: 90%;
  border-spacing: 0 0;
  border-width: 0;
  margin-top: 0;
  padding: 0;

}


td {
  vertical-align: top;
}
