
/*

		CSS file for printing
		
		May 25 2010 mb
		
*/

/*
-------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------
*/


/*remove unneeded page elements*/
#nav, #footer {
	display: none;
}

/* remove backgrounds */
#header_main_page, #newsbar, #footer, #content, #header_secondlevel_page  {
	background: none !important;;
	background-color: #fff !important;
}


h1, h2, h3, h4, h5, h6 {
	color: #000 !important;;
}

h1 {
	font-size: 1.1em !important;;
}

h2 {
	font-size: 1em !important;;
}

h3 {
	font-size: .9em !important;;
}

h4 {
	font-size: .8em !important;;
}

h5 {
	font-size: 0.5em !important;;
}

h6 {
	font-size: 0.4em !important;;
}

p {
	font-size: .7em !important;
}

/* Show URLs */
/*a:link, a:visited {
	background: transparent; color:#333; text-decoration:none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") "; font-size: 11px;
}

a[href^="http://"] {
	color:#000;
}*/

a:link:after, a:visited:after { content:" [" attr(href) "] "; }