/* printer styles */        

	body    {
		 color: black; 
		 background: white;
	}

	a:link, a:visited {
		 color: #520;
		 background-color: white;
		 font-weight: bold;
		 text-decoration: none;
	}

	a.links:link:after, a.links:visited:after {
		  content: " (" attr(href) ") ";
		  font-size: 90%;
	}

	body  {
		 font-family:  Georgia, Palatino, serif;
	}
	
	blockquote, p, div, ul, ol, tt  {
			 font-family:  Georgia, Palatino, serif;
		}
	
	pre  {
		 font-family:  Times, serif;
	}
	
	body, p, blockquote {
			      text-align: justify;
			      }
	
	td, td p   { text-align: left;
	             }
	
	h1, h2, h3  { font-family:  Helvetica, sans-serif;
	       text-align: center;
	}
	
	h4, sup { font-family: Arial, sans-serif;}

	h4  {
	      text-align: left;
	      }
	
	
	p.email, .tail, .back  { display: none;}

	b { font-style: normal;
	    font-weight: normal;
	    text-decoration: none;
	}

	em, dfn, cite { font-style: italic;
			font-weight: normal;
			text-decoration: none;
	}
	
	strong { font-weight: bolder;
		 text-decoration: none;
	}
