body { 
		background: lightgrey; 
		background-image: url(images/back00.jpg); 
		background-repeat: repeat;
		background-attachment: fixed; 
	 }

p {	
	font-family: Book Antiqua, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: justify;
	text-indent: 20px;
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 20px;
  }
  
p.qlink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: dimgray;
	text-align: center;
	text-indent: 0px;
	margin-top: 15px;
	margin-left: 15%;
	margin-right: 15%;
        }

h1 {
	font-family: Book Antiqua, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: black;
   }
   
h2 {
	font-family: Book Antiqua, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: black;
   }
	
a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
  }
a:link 		{color: dark gray;}
a:visited	{color: light gray;}
a:active	{color: gold;}
a:hover		{color: steelblue;}


