@import url(home.css);

hr {
  width: 99%;
  height: 1px;
  color: black;
  background-color: black;
  background: black;
}

body {
  margin-left: 0px;
  margin-right: 0px;
  background-image: url(../img/gradient-maroon.png);
  background-repeat: repeat-y;
}

a:link, a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: gold;
}

.navtitle {
  font-size: 1.25em;
  font-style: italic;
}

