/* The style.css thing, but for the blogs. Get it?*/
body {
  background-color: green;
  color: White;
  font-family: Arial;
}

a:link {
      color: lightgreen;
      text-decoration: darkblue;
    }

html {
  border-right-style: solid;
  padding-right: 200px;
  padding-left: 200px;
}

li {
  text-align: center;
}

a:visited {
  color: lightgreen;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;

}
