/* Stylesheet Definitions */

BODY {
  background-color: white;
  font-family: sans-serif; /* let the browser specify size */
  font-style: normal;
  font-weight: normal;
  color: black;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 5%; /*2em;*/
  margin-right: 5%; /*2em;*/
}

P {
  text-indent: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
}

H2 { /* for headings at the top of the page */
  color: black;
  font-size: x-large;
  margin-left: -1em;
  text-indent: 0em;x
  /* font-variant: small-caps; */
}

H3 { /* for headings before bulleted lists */
  color: black;
  font-style: italic;
  font-weight: normal;
  font-size: larger;
  padding: 0em;
  border-width: 0em;
  margin: .4em;
  margin-left: -1em;
}

/* Link styles */
A:link {
  color: #af0000;
  text-decoration: none;
}
A:active {
  color: red;
  text-decoration: underline;
}
A:visited {
  color: #af0000;
  text-decoration: none;
}
A:hover {
  color: red;
  text-decoration: underline;
}

/* Bulleted List */
UL {
  list-style-image: url(whitedot.png);
  list-style-type: disc;
  list-style-position: outside;
  border-width: 0px;
  margin-left: 1em;
  margin-right: 0em;
  margin-top: .4em;
  margin-bottom: .4em;
  padding: 0em;
}
LI {
  margin-bottom: .4em;
}

IMG {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

/* Footer */
P.footer {
  font-size: smaller;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  margin: 1em;
  margin-left: 0em;
  margin-right: 0em;
}
