/*
 * Combined style sheet for the main index page and the main HTML pages.
 */

/* Style for all bodies. */

body { 
	background: url(coona.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

H1 { 
  font-weight: normal; 
  font-size: 22pt;
  line-height: 18pt; 
  font-family: "garamond", helvetica, sans-serif; 
  font-variant: normal;
  font-style: normal;
}

H2 {
	font-weight: normal; 
  font-size: 18pt;
  line-height: 10pt; 
  font-family: "garamond", helvetica, sans-serif; 
  font-variant: normal;
  font-style: normal;
}

H3 {
	font-weight: normal; 
  font-size: 14pt;
  line-height: 8pt; 
  font-family: "garamond", helvetica, sans-serif; 
  font-variant: normal;
  font-style: normal;
}





/*body {
	*font-family: Verdana, Arial, sans-serif;
	*font-size: 13px;
	*background-color: #666699;
	*color: #ffffcc;
	*margin: 5;
*}
*/




