h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	font-style: normal;

}
p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
p.small {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;

}
p.centre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;

}
li {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;


}

