a {
  // color: #ffb6c1;
  color: #eee8aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a > img {
  border-color: #eee8aa;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

body {
  background-color: #657383;
  background-image: url(images/wallpaper.jpg);
  color: #fff;
  font-family: georgia, "times new roman", times, serif;
}

/*
img {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
} 
*/

h1 {
  font-size: small;
}

p {
  line-height: 150%;
}

table {
  font-size: small;
  line-height: 150%;
}

td {
  vertical-align: top;
}

td.navigation {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  font-weight: bold;
  padding: 5px;
}
