/* 	Code to centre pages in browser.
	Not implemented yet because existing pages contain lots of inline and embedded style nonsense !!!
	When implemented, will need to put wrap this DIV round each page: <DIV class=wrapper</Div>
*/
/*
*{
	margin:0;
	padding:0;
}

body{
	text-align:center; 
}


#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
}
*/


.diyaactual {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663366;
	line-height: normal;
	background-color: #CDE7FE;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663366;
	line-height: normal;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #663366;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663366;
	line-height: normal;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #663366;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #663366;
	text-decoration: underline;


}
