body {
  margin: 2em 5em 2em 5em;
  font-family: Verdana, sans-serif;
  background-color: #000044;
  border-style: groove;
  border-width: 5px;
}

#content {
  background-color: #e0e0e0;
  padding: 1px 2em 1em 2em;
}

a:visited {
  text-decoration: none;
  color: purple;
}

a:link {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

a.selected {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: black;
}

#header {
  border-bottom-style: dotted;
  border-bottom-width: 3px;
  border-bottom-color: black;
}

#header h1 {
  margin-left: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  color: purple;
  text-transform: capitalize;
  font-size: 300%;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover {
  text-decoration: none;
  color: purple;
}

#header p {
  font-family: cursive;
  margin-left: 9em;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  color: black;
}

#header p a:link,
#header p a:visited {
  color: black;
}

#main h1 {
  text-align: right;
  color: purple;
  text-transform: lowercase;
}

#main h2 {
  margin-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #000044;
  border-bottom-color: #000044;
  text-align: left;
  color: #000044;
  text-transform: capitalize;
}

#links {
  margin-top: 3em;
  margin-bottom: 0.5em;
  text-align: center;
}

#validate {
  text-align: center;
}
