body {
  color: black;
  background-color: white
}

h1 {
  font-family: helvetica, sans-serif;
  text-align: right;
  color: green;
  background-color: white
}

hr {
  color: green;
  background-color: white;
  height: 4px
}

ul {
  list-style-image: url("images/bullet.jpg");
  font-family: helvetica, arial, sans-serif
}

div.footer {
  font-family: helvetica, sans-serif;
  text-align: center;
}

img {
  border: 0
}

a:active {
  color: red;
  background-color: white;
}
a:visited {
  color: black;
  background-color: white;
}
a:link {
  color: green;
  background-color: white;
}
a:hover {
  color: rgb(0, 127, 0);
  background-color: white;
}
