This is sample text.
Close this view to return to the source page.
<head>
<style type="text/css">
body{
margin-top:5%;margin-left:15%;background:#f0f0f0;
}
@media print{
.noprint{display:none;}
body{font-size:10pt;color:#000000;}
}
@media screen{
body{font-size:16pt;color:#ff0000;}
.print{display:none;}
}
</style>
</head>
<body>
<a href="javascript:" onclick="window.print()" class="noprint">
Print this web page.
</a>