@charset "UTF-8";
@import "base.css";

body {
  background-color:white;
  color:black;  
}
a {
  color:black;
}
.navbar > p > a:hover {
  background-color: #3399FF;
  color: white;
}
.tagline {
  color: gray;
}
.masthead h1 {
  background-color: white;
}
.masthead span.sine {
  color:black;
  font-family: "Century Gothic", verdana, sans-serif;
}
.masthead span.fine {
  color:black;
  font-family: "Century Gothic", verdana, sans-serif;
}
.logo {
  color:#3399FF;
}