html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: black;
  background-color: black;
  background-image: url('images/pattern.jpg');
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 24px;
  font-variant: small-caps;
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  text-align: center;
}

h2 {
  font-size: 16px;
  font-variant: small-caps;
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  text-align: left;
}

h3 {
  font-size: 12px;
  font-variant: normal;
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  text-align: left;
}

table.main {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 10px;
  border-spacing: 5px;
  padding: 0;
}

table.main td {
  vertical-align: top;
}

table.main td.title {
  width: 100%;
}

table.main td.header {
  width: 100%;
}

table.main td.navigation {
  width: 250px;
  background-color: #555555;
}

.content {
  width: 500px;
  background-color: #555555;
  padding: 10px;
}

.navigation a.menubutton {
  background-color: #808080;
  display: block;
  margin: 10px;
  padding: 5px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.navigation a.selected {
  color: #ffcc66;
}

.navigation a.menubutton:link {
}

.navigation a.menubutton:visited {
}

.navigation a.menubutton:active {
}

.navigation a.menubutton:hover {
  background-color: black;
}

.content p {
  margin-bottom: 10px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: white;
}

.content a {
  text-decoration: none;
  color: #ffcc66;
}

.content a:link {
  color: #ffcc66;
}

.content a:visited {
  color: #ffcc66;
}

.content a:active {
  color: #ffcc66;
}

.content a:hover {
  text-decoration: underline;
}

div.condolence {
  margin-bottom: 30px;
  border-bottom: dotted 1px #ffcc66;
}

div.condolence .title {
  font-weight: bold;
  color: #ffcc66;
}

div.condolence .text {
  color: #ffcc66;
}

div.condolence .signature {
  text-align: right;
  font-style: italic;
  color: #ffcc66;
}

table.form {
  width: 100%;
}

table.form td.label {
  width: 30%;
  color: white;
}

table.form td.field {
  width: 70%;
}

table.form input {
  width: 100%;
  border: solid 1px black;
  background-color: #ffcc66;
  color: black;
}

table.form textarea {
  width: 100%;
  border: solid 1px black;
  background-color: #ffcc66;
  color: black;
}

table.form button {
  border: solid 1px black;
  background-color: #ffcc66;
  color: black;
}

.gallery {
  text-align: center;
}

.gallery a {
  text-decoration: none;
}

.gallery a:link {
}

.gallery a:visited {
}

.gallery a:active {
}

.gallery a:hover {
}

.gallery a img.thumbnail {
  height: 90px;
  margin: 3px;
  padding: 3px;
  border: solid 1px #600000;
}

.gallery a:hover img.thumbnail {
  height: 90px;
  margin: 3px;
  padding: 3px;
  border: solid 1px #ffcc66;
}

li {
  margin-bottom: 5px;
  color: white;
}

.footer {
  text-align: center;
  color: #ffcc66;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}