body
   {
font-family:arial
   }
a
   {
font-weight:bold;
  text-decoration:underline;
   }
p
{ font-size: 16px;
padding-left: 30pt;
padding-right: 30pt;
}
ul
{
font-weight: bolder;
}
h1
 {
padding-left: 30pt;
padding-right: 30pt;
color: Blue;
}
p.centred
{
	font-weight: bolder;
	color: Red;
	font-size: 20px;
	text-align: center;
}
p.centgreen
{
	font-weight: bolder;
	color: Green;
	font-size: 22px;
	text-align: center;
}
