body {
  padding: 1.5em 65px 2em 10.2em;
  margin: 0;
  font-family: "Bitstream Vera Sans", sans-serif;
  color: black;
  background: white;
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

:link, :visited { text-decoration: none; }
:link { color: #00C; }
:visited { color: gray; }
:link:hover, :visited:hover { text-decoration: underline }
:link:active, :visited:active { color: #00C; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: "Bitstream Vera Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3, h4 { color: #893d8d; background: white }
h1 { font: small-caps 200% "Georgia", "Times New Roman", serif; }
h2 { font: normal 140% "Bitstream Vera Sans", sans-serif;  
     border-bottom: 1px solid #cccccc;
     border-bottom-style: dotted; 
     padding-top: 1.4em; }
h3 { font: 125% "Bitstream Vera Sans", sans-serif; }
h4 { font: bold 110% "Bitstream Vera Sans", sans-serif; }
h5 { font: italic 100% "Bitstream Vera Sans", sans-serif; }
h6 { font: small-caps 100% "Bitstream Vera Sans", sans-serif; }

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}



body {
  background-image: url("images/title.jpg");
}


ul.navbar {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    top: 1.5em;
    left: 0px;
    width: 8.2em;
    border-right: 2px dotted gray;
    border-top: 2px dotted gray;
    border-bottom: 2px dotted gray;
    font: small-caps 110% "Georgia", "Times New Roman", serif;
}

ul.navbar li {
    background: #e7e7e7;
    margin: 0 0;
    padding: 0.2em;
    padding-left: 0.6em;
}

ul.navbar :link, ul.navbar :visited {
    color: #893d8d
}

ul.navbar :link:hover, ul.navbar :visited:hover { 
    color: black;
    text-decoration: none;
}

.footer{
    font: small sans-serif;
    color: gray;
    text-align: center;
    
}

.cap{
    color: gray;
    font: small sans-serif;
    text-align: left;
    border-bottom: 1px dotted #893d8d;
    margin-bottom: 20px;
    margin-left: 1em;
}


.title{
	background: #e7e7e7;
}

.picturetitle{
	color: gray;
	font-size: small;
}
