/* 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:#006201;}

hr {
	color: Olive;
	width: 90%;
}
table {
vertical-align: top;
}
td {
	vertical-align: top;
}

	
/*h2 {
	color: Blue;
}*/