<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
style for pages, rather than papers
Uses mostly sans-serif fonts for screen readability.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
html {
	font-family: sans-serif;
	color: rgb(56,56,56);
	background-color: rgb(230,230,230);
	margin: 0;
	padding: 12px 30px;
}

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

h1      {text-align: center}
note    {font-size: small}
td.heading {text-align:center}
td      {vertical-align:text-top}
body    {font-family:"Lucida Sans Unicode",
        Verdana,Tahoma,"Times New Roman",Times,serif,proportional;
        background-color: rgb(230,230,230);
        /* background-image:url('img/background1.gif')*/
        /* background-color:Wheat */
        }
