/*
   Dreamscope
   Default print stylesheet
   Powered by Prego
*/

body
{
	font-family:Helvetica, Arial, sans-serif;
}

#accessibility, 
#navigation,
hr
{
	display:none;
}

a
{
	color:inherit;
	text-decoration:none;
}

a:after
{
	content:' ' attr(href);
	color:#00f;
	font-size:0.9em;
}

#footer
{
	font-size:small;
	color:#666;
}

table
{
	border-collapse:collapse;
}

table th, table td
{
	border:1px solid #666;
	padding:0.5em;
}