/* ICONOGRAPHY 2009 - Text Only CSS */
/* Created by Michael Pratt */

body {
	background: #FFC;
	color: #000;
	margin: 10px;
	font-family: Arial, sans-serif;	
	line-height: 1.3em;	
	font-size: x-large;
	}
p, ul, dl {
	margin: 0.1em 0 0.5em 0;
	}
.hide, img, .video {
	display: none;
	}
.accessibility {
	display: block;
	}
fieldset {
	border: none;
	}
em {
	font-style: normal;
	}
#navigation a:after, a.accessibility:after {
   content: " (" attr(accesskey) ") ";
   }
input {
	font-size: large;
	border: 2px solid #000;
	}
hr {
	color: #000;
	}
h1, h2, h3, h4, h5 {
	margin: 1em 0 0 0;
	}
h1 {
	font-size: 160%;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 140%;
	}
h4 {
	font-size: 130%;
	}
h5 {
	font-size: 120%;
	}
.portfolio .text {
	font-weight: bold;
	}