/* Style Sheet for bartcampolo.com wordpress interface for lists... */

body {
	background:#fff;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#printheader {
	font-size: 24px;
	font-weight: bold;
	color: #ccc;
	padding: 0;
	margin: 0 0 0 150px;
}

strong {
	font-size: 10px;
}

#content {
	margin: 0 0 0 200px;
	padding: 0;
	font-size: 7px;
	color: #000;
}


#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #000;
}

.printlink {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}
