body {
  background-color: #fefefe;
  background-image: url("https://paladrakes.neocities.org/site_images/clouds.png");
  background-position: left top;
  background-attachment: fixed;
  background-size: 100%;
  font-family: Georgia;
  font-size: 14px;
  line-height: 18px;
  color: #050505;
}

h2 {
  color: #72888c;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 18px;
}

h1 {
  color: #72888c;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
}

a, a:link, a:visited {
  color: #72888c; 
  text-decoration: none;
}

a:hover {
  color: #F8F8F8; 
  background: #72888c;
}

.container {
  width: 65%;
  margin: auto;
}

.header {
  border: none;
  background-color: transparent;
  overflow: auto;
}

.navigation {
  border-bottom: 1px solid #F8F8F8;
  background-color: transparent;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  overflow: auto;
}

a.nav, a.nav:link, a.nav:visited {
  background-color: #F8F8F8;
  font-family: Georgia;
  font-size: 18px;
  color: #bd0862;
  border: 3px outset #bd0862;
  padding: 10px 20px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

a.nav:hover {
  color: #F8F8F8; 
  background: #bd0862;
}
  
.content {
  border: 3px outset #72888c;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 10px;
  overflow: auto;
}

table, th, td {
  border: 1px solid transparent;
  border-collapse: collapse;
  font-family: Georgia;
  font-size: 14px;
  line-height: 18px;
  color: #050505;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

th, td {
  width: 25%;
  height: auto;
  padding: 6px;
  border-bottom: 1px solid #ddd;
}

#left  {
  float: left;    
  margin: 0 15 0 0px;
  border: 1px solid #DDD;
}

#right  {
  float: right;    
  margin: 0 0 0 15px;
  border: 1px solid #DDD;
}