body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin: 10ex 10ex 10ex 10ex;
  background: white;
  color: #000000
}

table {
  font-size: 12px;
}

li {
  font-size: 12px;
}

#logo {
  
}

#content {
  max-width: 100ex;
}

#header {
  text-align: center;
  color: #000000; //
  color: #FFA500;
}

#footer {
  margin-top: 5ex;
  font-weight: bold;
  text-align: center;
}

a:link {
  color: #003366;
  text-decoration: underline
}

a:hover {
  color: #0000ff;
  text-decoration: underline
}

a:visited {
  color: #990066;
  text-decoration: underline
}

h1, h2, h3 {
  text-align: center;
  font-weight: bold;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 12px;
  font-style: italic;
  color: #003366;
  background-color: #FFA500;
}

th {
  color: #003366;
  background-color: #FFA500;
  padding-right: 1em
}

td {
  padding-right: 1em
}

dt {
  font-weight: bold;
}