  body 
	{
    padding-left: 11em;
    font-family: Georgia, "Times New Roman",
          Times, serif;


    color: #996600;
    background-color: #000000;
    background-image: url(images/blbg.jpg);
    background-repeat: repeat-y;
	font-size:100%;



<!-- For this to work in Mozilla, 
the background-attachment property must be set to "fixed". -->

    background-attachment:fixed;
    background-position:left;
     }

  ul.navbar
	 {
	font-family:Georgia,Times New Roman,Serif;
	font-size:1.5em;
    position: absolute;
    top: 2em;
    left: .250em;
    width: 9em 
	 }
  h1 
	{
    font-family: comic sans ms,georgia,tahoma,serif 
	}


h2 {
font-size:1.875em;
font-family: arial, geneva, sans-serif;
}
p {font-size:1.6em}

h3 {
font-size:.25em;
color: #000000;
   }



a:link { 
	color: #041675;
	}
a:visited { 
	color: #ffffff;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}


  