@media print {
a:after{	 
content: " (" attr(href) ")";
color : Black;
text-decoration : none;
 font-family : Verdana;
}
}

@media screen {
a{	 
color : red;
text-decoration : none;
 font-family : "Courier New";
}
}

