body {
	background-color: #262626;
	font-family: trebuchet ms, verdana, sans-serif;	
	color: #faf0e6;
	letter-spacing: 1px;
	line-height: 1.5em;
}


h1{	color: #daa520;
	letter-spacing: 14px;
	font-style: normal;
	font-weight: bold;


}

h2{	color: #b8860b;
	letter-spacing: 6px;
	margin-left: 1cm;
	font-style: italic;
	font-weight: bold;

}

p{	margin-left: 2cm
}

p.unindented{	margin-left: 0cm
}


ul{	margin-left: 2.5cm;
	margin-top: 0.3cm;
	
}

li{	margin-bottom: 0.3cm
}


A:link	{ 	color: #daa520;
	}    /* unvisited links */
A:visited { color: #b8860b }   /* visited links   */
A:hover   { color: #ffe560 } /* user hovers     */
A:active{ 	color: #daa520; 
	}   /* active links    */

em{	font-style: normal;  
	font-weight: bold; 
}


/*For special formatting of TODO headings, pendinf and done at both levels*/
em.pendingl1{color: #daa520;
	text-decoration: underline;}
em.donel1{color: #007700;
	text-decoration: underline;}
em.pendingl2{color: #b8860b;
	text-decoration: underline;}
em.donel2{color: #007700;
	text-decoration: underline;}
