h1 { 
   color : blue  ;
   text-align : center ;
   font-weight : bold ; 
   font-size : 150% ;
   margin-top: 36px ;
   margin-bottom: 36px ;
}

body {
   background-image : url(background.jpg) ;
   font-family : times ;
   font-size : 24pt ;
}


table {
   font-family : times ;
   font-size : 20pt ;
}


ul {
   margin-left : 50px ;
   margin-right : 25px ;
   list-style-type : disc ;
}

ul.sublist {
   list-style-type : circle ;
   margin-left : 25px ;
}

ol {
   margin-left : 50px ;
   margin-right : 25px ;
}

p.indent {
   margin-left : 36px ;
   margin-right : 25px ;
   margin-bottom : 0px ;
}

p.subpoint{
   margin-top : 11px ;
   font-size : 22pt ;
   color : brown ;
}

blockquote {
   margin-left : 75px ;
   margin-right : 50px ;
}

xmp {
   margin-top : 0px ;
   margin-left : 36px ;
   font-family : "andale mono", courier ;
   font-size : 20pt ;
   color : brown ;
}

tt {
   font-family : "andale mono", courier ;
   color : brown ;
}

a.nav {
   font-size : 12pt ;
   color : black ;
   line-height : 14px ;
   margin-left : 0px ;
   text-decoration : none ;
}

span.nav{
   font-size : 12pt ;
   color : black ;
   line-height : 14px ;
   text-decoration : none ;
}
