@import url("/styles/table.css");

a:link {
  background-color: inherit;
  color: yellow;
}

a:visited {
  background-color: inherit;
  color: lightgrey;
}

a:hover {
  color: blue;
  background-color: white;
  font-weight: bolder;
}

address:before {
  content: 'By ';
}

h1 {
  margin-right: 0;
  text-align: right;
}

body {
  background-image: none;
  background-color: gray;
  color: white;
}

body p, body ul, body dl, body ol, body div, body blockquote, body form, body table {
  width: 75%;
  margin-left: 2%;
}

ul, dl, ol, div, blockquote, form, table {
  width: 100%;
  text-align: left;
}

p {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

p + p {
  text-indent: 3em;
}

hr {
  display: none;
}

#footNav {
  width: 100%;
  text-align: right;
  text-indent: 0;
  margin-top: 1em;
  margin-left: 0;
}

address {
  text-align: right;
  font-size: smaller;
}

dt {
  font-weight: bolder;
}

dt a[href] {
  font-weight: lighter;
}

dt:after {
  content: ':';
}

ul li {
  list-style-type: none;
}
