//The printStyle.css CSS Stylesheet Contents

BODY, table, td, p, div, p.MsoNormal
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: blue
}

h2 { font-size: 12pt;}

.navStuff
{
    DISPLAY: none
}
a:after
{
	content:' [' attr(href) '] '
}

// ADD TO PAGE 
// <link rel="stylesheet" media="print" title="Printer-Friendly Style" type="text/css" href="/webtech/code/printStyle.css">
// block areas using class="navStuff" 