BODY {
  background-color: rgb(0,100,167);
}

A:link {
  color: #000000;
  text-decoration: none;
}

A:visited {
  color: #000000;
  text-decoration: none;
}

A:active {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: white;
  text-decoration: none;
}

.sectionHeader {
  color: white;
  background-color: rgb(0,110,177);
  padding-left: 4px;
  font-family: sans-serif;
  font-size: large;
  font-style: italic;
  border:1px solid rgb(0,90,157);
}

.sectionDetail {
  color: #F0F0F0;
  background-color: rgb(0,110,177);
  font-family: sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  border:1px solid rgb(0,90,157);
}

.sectionDetail:hover {
  color: black;
  background-color: rgb(0,130,197);
}
