/* spokenword.css
   This style sheet controls items specific to the spokenword folder.
*/
body {
  background-color: white;
}
header,
nav,
.menu,
.sidebar {
  background: rgb(0, 0, 128);
  color: white;
}
nav a {
  color: #33ffff;
}
