body {
  font-family : Times New Roman, serif;
  margin-left: 5%;
  margin-right: 5%;
  background-color: grey;
  color: black;
} 

img { border: 0; }

pre, code {
  font-family : monospace;
}

h1, h2, h3, h4, h5, h6, p, ul {
  font-family : Times New Roman, serif;
}

a:link, a:visited {
  background-color : inherit; 
  color : blue;
}

a:hover, a:active {
  background-color : inherit;
  color : red;
}

a.navbar:link, a.navbar:visited {
  font-family : Verdana, sans-serif;
  font-size: small;
  background-color : inherit;
  color : white;
}

a.navbar:active, a.navbar:hover {
  font-family : Verdana, sans-serif;
  font-size: small;
  background-color : inherit;
  color : red;
}

.header a {
  font-family : Arial, sans-serif;
  font-size : smaller;
  font-weight : bolder;
  text-decoration : none;
}

.header a:link, .header a:visited {
  background-color : inherit;
  color : black;
}

.header a:active, .header a:hover {
  background-color : inherit;
  color : red;
}

div.box {
  background-color: white;
  color: black;
  border: solid;
  border-width: thin;
  width: 100%;
  border-color: #336699;
  padding: 0.5em;
}
