BODY{
  background-color: #0099CC;
  color: black;
  font-family: sans-serif;
  margin: 10px;
  text-align: left;
}

H1{
  background-color: #333399;
  color: white;
  font-weight: bold;
  font-size: large;
}

UL{
  list-style-type: disc;
}

A:link{
  background-color: #0099CC;
  color: black;
  text-decoration: underline;
}

A:visited{
  background-color: #0099CC;
  color: black;
  text-decoration: underline;
}

