/*
-----------------------------------------------
MOUNTAIN VOYAGE RESET CSS DOCUMENT
Author:   Martin Dady
Version:  June 2006
Updated:  July 2007
----------------------------------------------- */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* Remove link underlines */
:link, :visited {
	text-decoration: none
	}

/* No list-markers by default */
ul, ol {
	list-style: none;
	}

/* Set headings and pre an code to a consistent cross-browser size */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

/* Set margin and padding to zero for consistent cross-browser display */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, body, div, form, textarea, input, fieldset, html, blockquote, td {
	margin: 0;
	padding: 0;
	}

/* Remove blue image borders */
img, a img,:link img,:visited img {
	margin: 0;
	padding: 0;
	border: none;
	}

/* De-italicise address */
address {
	font-style: normal
	}
