/* 
Title:		Catriona Lyons main CSS stylesheet for print media.
Author:		Fabrice Million
Email:		fabrice@madeinspace.com.au
Website:	www.madeinspace.com.au
*/

body {
	background: white;
	font-size: 12pt;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
	}

h1 span {
	display: none;
	font-size: 120%;
	}

.current li {
	text-decoration: underline;
	}

* {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address {
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	}

ul {
	margin-top: 0em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	}