/* CSS document for Brisbane Valley Rail Trail */
/* What I use to neutralise some of the cross-browser problems */
html, body, form, fieldset, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, pre, p, blockquote, input, address {
	margin: 0;
	padding: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

a img,:link img,:visited img {
	border: none;
}