/*
 * Style sheet for Townley Hall Golf Club web site
 *
 * (c) 2009 Alex McAllister
 *
 *
 * print.css - Printer-friendly style sheet
 *
 */

#banner,
#subheader,
#leftcontainer,
#rightcontainer,
#nav,
#mininav,
#footer { display: none; }

#content { margin: 0; width: 100%; }

body, p, a, ul {
   color: #000;
   background: #fff;
   font-family: "Times New Roman", Garamond, serif;
   font-size: 12pt;
}

a { color: blue; text-decoration: underline; }

a:link:after,
a:visited:after { content: " (" attr(href) ") "; }
