@charset "utf-8";
/* CSS Document */

@media print {
a[href]:after {
	content: none !important;
	/*Code below will place links in parenthesis*/
	/*content:" (" attr(href) ") ";*/
}

img{
	max-width:400px !important;	
}
.splash{
	
		display:none;
}
footer{
	
	display:none;
	
}
}
