body, .field, textarea {
	font-family:		"Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family:		"Century Gothic", "Lucida Grande", Arial, Verdana, sans-serif;
}

#nav, #projects, #about, #large, #small {
	display:			none;
}

a:link, a:visited,
a:hover, a:active {
	color:				#000;
	text-decoration: 	none;
	font-weight: 		bold;
}

/* Printed Links by Eric Meyer */
/* http://www.alistapart.com/articles/goingtoprint/ */

#content a[href]:after,
#bottom a[href]:after {
	content: " (" attr(href) ")";
}
#content a[href^="/"]:after,
#bottom a[href^="/"]:after {
	content: " (http://tenseforms.com" attr(href) ") ";
}
#content a[href="http://tenseforms.com/radio/"]:after,
#bottom a[href="http://tenseforms.com/radio/"]:after,
#content a[href^="#"]:after {
	content: "";
}