/* equipsaints.css
   This style sheet controls items specific to the equipsaints folder.
*/
body {
  background-color: white;
}
header,
nav,
.menu,
.sidebar {
  background: rgb(51, 153, 51);
  color: black;
}
nav a {
  color: #99ff99;
}