/*
Title:		Life In Mono - Print styles
Author: 	http://www.kalonedser.com/
Updated:	June 14 2007
*/

body {
	margin: .6in;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12pt;
	}
	
h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16pt;
	letter-spacing: 6px;
	text-transform: uppercase;
	padding: .2em 0;
	}
	
a:link, a:visited {
	color: gray;
	}
	
#nav {
	display: none;
	}
	
a img {
	border: none;
	}