<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A style for papers, rather than pages. Designed for printability.
Uses sans-serif fonts for headers, serif fonts for body.  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

h1, h2, h3, h4, h5  {  
font-family: 
	"Lucida Sans Unicode", 
	Verdana, 
	Tahoma, 
	"helvetica", 
	"arial", 
	"sans-serif" ;
text-align: left
}

h1 {text-align: center}

BODY {
font-family: 
	Georgia,
	"Times New Roman",
	Times, 
	serif, 
	proportional;
}