body {
  font-family: georgia, serif;
}

html>body { font-size: 16px; }

p { margin: 0 0 1.5em 0; text-align: justify; }

h1 { font-size:1.5em; font-weight:bold; }

h2 { font-size:1.1875em; font-weight:bold; }

h3 { font-size:1.1875em; font-weight:normal; }

h4 { font-size:1em; font-weight:bold; }

h5 { font-size:1em; font-weight:normal; }

h6 { font-size:1em; font-weight:normal; }

a:link, a:visited{
  text-decoration: none;
}

a:link { 
  color: #993333;
}

a:visited { 
  color: #333399;
}

#sidebar { 
  top: 0;
  position: absolute;
  width: 11em;
  background-color: #ddd;
  height: 100%;
}

#content { 
  position: relative;
  top: 80px;
  max-width: 30em;
  left: 11em;
  margin-left: 2em;
}
