/*  font properties for output to printer  */
/* suppress background images */

	body {
	background: #ffffff;
	color: #000000;
	margin: 5%;
	text-align: center;
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
	float: none;
	}
	
	p.indent {text-indent: 1cm;  text-align: left}
	
	p {text-align: left}
	
	/*  modifies first letter of paragraph  */
 
	span {float:left; width:0.7em; font-size:250%; line-height:90%;}
	
	/* list properties */
	
	div.list {
	background: transparent;
	 list-style-position: outside;
	margin-left: auto;
 	margin-right: auto;
	width: 450px;
	text-align: left;
	font-size: 1.0;
	font-weight: bold;
	color: #000080;
	line-height: 1.5;
	}
	
	li {
	font-size: 1em;
	font-weight: bold;
	}

ul.pythian {
 list-style-image: url('pythias_art/brother_ss.gif');
 }

ul.sister {
 list-style-image: url('pythias_art/sister_ss.gif');
}

ul.dokk {
 list-style-image: url('pythias_art/DOKK_ss.gif');
 }
 
 ul.nomad {
 list-style-image: url('pythias_art/nomads_ss.gif');
 }
 
 ul.none {
list-style-type: none;
 }
 
 /* heading properties */

h1,h2,h3,h4,h5,h6 {
 color: 000080;
 background-color: transparent;
 line-height: 1.4;
 text-align: center;
 font-family: serif;
 font-weight: bold;
 }

h1 {
 font-size: 2.5;
}

h2 {
 font-size: 2.0;
 font-style: oblique;
}

h3 {
 font-size: 1.5;
}

h4 {
 font-size: 1.0;
}

h5 {
 font-size:  .8;
}

h6 {
 font-size:  .6;
}

	/*  head container   */
	#head {
	 text-align: center;
	margin-left: auto;
 	margin-right: auto;
	 margin-bottom: 50px;
	 }	 

	/*  text paragraph container   */ 
	
 	div.txtcontent { 
 	margin-right: auto;
 	margin-bottom: 50px;
	margin-left: auto;
 	}
 
 	/*  graphic inner container  */
	
 	.piccontent {
 	display: none;
	 }
	 
	 /*  menu container   */ 
	/* suppress display of menu */
	
	.menu {
	display: none;
	 }
	
	/*  foot container   */
	/* suppress display of footer information */
	
	#foot {
	display: none;
	}
 
