/* Remove navigation */

.accessibility,
#header,
#primary-nav,
#side,
#breadcrumbs,
#footer ul { display:none; }

/* General layout and typography */

body {
	font:10pt/1.4em verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1,h2,h3 { font-family:times, serif; }
h1 {
	border-bottom:1px dashed #ccc;
	font-size:2em;
	padding-bottom:0.5cm;
}
h2 { font-size:1.4em; }

a { color:#9A044B; }

#wrapper { margin:1cm; }

hr { display:none; }

img { border:none; }

#footer { border-top:1px dashed #ccc; }

