@charset "UTF-8";
/* CSS Document */

* {
float:none !important;
}

body {
	font-size:0.8em;
	font-family:Verdana, sans-serif;
}

#navigation, #visual, #sidebar, .sociable, p.info, h3#respond, form {
	display:none;
	visibility:hidden;
}

a[href]:after { 
	content:" <"attr(href)">";
}

h1 a[href]:after, h2 a[href]:after { 
	content:"";
}

a {
	color:#000000;
	color:#fd9b01;
}

a:link {
	text-decoration:none;
	color:#000000;
	color:#fd9b01;
}

a:visited {
	text-decoration:none;
	color:#000000;
	color:#fd9b01;
}

a:hover {
	text-decoration:none;
	color:#000000;
	color:#fd9b01;
}

a:active {
	text-decoration:none;
	color:#000000;
	color:#fd9b01;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	page-break-inside:avoid;
	color:#fd9b01;
}

img {
	page-break-after:avoid;
	page-break-inside:avoid
}

blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }