body {
  background-image: url();
  background-repeat: repeat-y;
  font-family: Arial, sans-serif;
}

h1,h2,h3 {
  background-image: url();
  background-repeat: repeat-y;
  font-family: Arial, sans-serif;
  text-align: center;
}

ul {
  list-type: none;
}

li {
  list-style-type: none;
  padding-bottom: 3px;
  border-bottom: 1px;
}

#nav ul {
  list-type: none; 
  padding: 0; 
  width: 160px;
  border: 2px solid black;
}

#nav li {
  padding-left: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

#nav a {

  font-family: Arial, sans-serif;
  display: block;
}

#nav a:hover {
  background-color: blue; 
  color: white;
}

#nav {
  float: left;
  margin-right: 10px;
}

#image-left {
  float: left;
  margin-right: 10px;
}

#image-right {
  float: right;
  margin-left: 10px;
}

#content {
  font-size: 1em;
}

#registration {
  text-align: center;
}

#mail ul {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#mail li {
  list-style-type: none;
  display: inline;
}

#mail a {
  padding: 3px 10px;
}

table {
  width: 50%;
  border: 1;
  cellspacing: 96;
  cellpadding: 2;
}

#reglist li {
  list-style-type: decimal;
}

#reglistsub li {
  list-style-type: disc;
}

#mythlist ul {
  padding-left: 4px;
}

#mythlist li {
  list-style-type: disc;
  margin-left: 15px;
}

#sponsor table {
  width: 80%;
  border: 1;
  cellpadding: 2;
}