

.nottoprint
{
    DISPLAY: none
}

.showOnlyInPrinterFriendlyView
{
}




body {
background-color: transparent;
font-size:8pt;
font-family:'arial';
color:#000000;
width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
 }


a:link:after { 
color:#000000; 
background-color:transparent;
content: " * Link1 " attr(href) "* "; }


a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link2 " attr(href) "* "; }

media print { 
#header: {display: none;} 
#footer: {display: none;} 
}
