/* Background black, Text white, 14pt and centered. 
   10pt left and right margins.*/
body 	{font-size: 13pt;
	line-height: 16pt;
	background: white;
	text-align: left;}



/* Headings 20pts, bold and underlined */
h1	{text-align: left;
	color: 606060;
	font-size: 180%;
	line-height: 100%;}

h2	{text-align: left;
	font-size: 140%;
	color: 808080;}

h3	{text-align: left;
	font-size: 90%;
	color: 808080;
	line-height: 16pt;}

h4	{text-align: center;
	font-size: 80%;
	line-height: 12pt;}

/* Make used links grey */
a:link	  {color: 808080;}
a:visited {color: 808080;}
a	  {text-decoration: none;}