'media' Example
<html> <head> <style type="text/css"> @media print { body { font-family: Verdana; font-size: 14pt; } } </style> </head> <body> <p>(body content)</p> </body> </html>