/* Master style sheet, which contains styles common
to all webs is imported to each web style sheet
and then styles unique to each web are listed below */
@import url(http://www.hkvca.ca/master.css);
body {
/* insert backgrouund colour for this web below */
background: #5D00BD;
}
img.photo {
	padding: 10px 15px 10px 10;
	border: 0px;
}
