/* Table of contents
	
	1. Global
	2. Things to hide
	3. Things to style
	4. Links
-------------------------------------------------- */


/* 1. Global
-------------------------------------------------- */

body {
	font: 75%/1.5 Verdana, tahoma, Helvetica, Arial, Sans-Serif;
	color: #000;
	background: #fff;
}


/* 2. Things to hide
-------------------------------------------------- */

#skip,
#print,
#navigation,
#toc,
#footer,
#search,
#breaking-image,
div.breadcrumbs,
div.secondary-content,
.buttons {
	display: none;
}


/* 3. Things to style
-------------------------------------------------- */

#logo img {
	border: none;
}


table.summary th {
	text-align: left;
	padding-right: 2em;
}


/* 4. Links
-------------------------------------------------- */

a:link, 
a:visited {   
   text-decoration: underline;
}
