/* Print CSS by T. Nguyen - www.mindgraffiti.net - 23.01.2008 */

body, p {
	background: white;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a, a:link, a:visited {
	color: #006;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#nav, #footer{
	display: none;
}

#container, #wrapper, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
}

#content {
	margin: 0 5%;
}

#content a:after, #content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}

#content a[href^="/"]:after {
	content: " (http://www.rollinrockangus.com" attr(href) ") ";
}

#content ul {
	list-style-type: square;
	font-size: 10pt;
	list-style-position: inside;
}