body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFCC66;
}

div#container {
  margin: 3em auto;
  width: 80%;
  padding: 1em 3em;
  background: #CC9933;
  text-align: left;
}

div#textcontainer {
  padding: 0em 2em;
}

div#navbar {
  font-size: 16px; 
  text-align: center;
}
a:visited {
  color: blue;
}

a#navbar {
  text-decoration: none;
  color: black;
}

a#navbar:visited {
  color: black;
}

a#navbar:hover {
  background-color: #FFCC66;
 /* color: CC9933;*/
}

p {
  text-align: left;
}

p#subtitle {
  text-align: center;
  font-size: 20;
  font-weight: bold;
}

img {
  border-style: none;
}

/* 33CCCC */
