body { 
  background: white;
  font: 75%;
  border: 0;
  margin: 0;
 }

a { 
  text-decoration: none;
  color: #678ce5;
 }

a:hover { 
  text-decoration: underline;
}

a:visited { 
  color: #394e80;
 }

h1 { 
  font: 120% sans-serif;
  width: 95%;
  border-bottom: solid 1px #678ce5;
 }

h2 { 
  font: 100% sans-serif;
  width: 90%;
  border-bottom: solid 1px #678ce5;
 }

ul { 
  list-style: square inside;
 }

#wrapper { 
  width: 100%;
  margin-right: -33.3%;
  height: 0;
 }

#content { 
  margin-right: 33.3%;
  padding: 2px;
  padding-left: 1em;
 }

#extras { 
  position: absolute;
  right: 0;
  background: #bcccf3;
  font-size: 75%;
  width: 30%;
  height: 95%;
  padding: .5em;
  margin-top: 1em;
  margin-right: 1em;
  border: solid 1px #678ce5;
  overflow: auto;
 }

#extras ul { 
  padding-left: 0;
  margin-left: 0;
 }

#extras img { 
  float: left;
 }

#extras li { 
  clear: both;
 }

#menu { 
  margin: 1em;
  font-size: 120%;
 }

#menu ul { 
  list-style-type: dot inside;
 }


#menu a { 
  text-decoration: underline;
  color: black;
 }


#fingerprint { 
  font: monospaced;
}

#foot { 
  font: 75%;
 }

