.heading1 {
	font-size: 17px;
}
.referencebold {
	font-weight: bold;
}
.piccaption {
	font-size: 11px;
	text-align: center;
}

.lastupdated {
	font-size: 10px;
}
a:link {
	color:#00F;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#00F;
	text-decoration: none;
}      /* visited link */
a:hover {
	color:#F00;
	text-decoration: underline;
}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */
.heading2 {
	font-size: 15px;
	font-weight: bold;
}
.reference {
	font-size: 10px;
}
.heading1red {
	font-size: 17px;
	font-weight: bold;
	color: #F00;
}
.inaline {
	position: absolute;
	display: inline;
}
.emboldened {
	font-weight: bold;
	font-size: 16px;
}
.bluecolour {
	color: #00F;
}
.redcolour {
	color: #F00;
}

