/* @group layout */

body {
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}

.container {
	background: none;
}

hr {
	background: #ccc;
	color: #ccc;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}

/* @end */

/* @group typography */

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

code {
	font: 1em "Courier New", Courier, mono;
}

a img {
	border: none;
}

/* @end */

/* @group links */

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* @end */

/* @group hide  */

.element {
	display: none;
}

/* @end */