/*-------------------------------------------------*\
|  Benfleet Running Club Print CSS                 |
|  Author: Jack Large                              |
|  Date: 30-Sept-2006     Version 1.0              |
|                                                  |
|  Given a browser with good CSS2 support this     |
|  style sheet will have decent page-breaks and    |
|  readable URLs (Firefox etc, not IE).            |
|                                                  |
|                                                  |
|  Use in good health ;-)                          |
\*-------------------------------------------------*/


body, #wrap, #main, #footer {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 0 2pt !important;
}

body {
      background: #fff;
      font-size: 12pt;
      font-family: "Trebuchet MS", sans-serif;
      }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}
    
strong {
       color: #000 !important;
       }
       
dl {
    page-break-inside: avoid;
    }

#listnav, .tp {
  display: none !important;
}

#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#main acronym:after, #main abbr:after {
   content: " (" attr(title) ") ";
   font-size: 90%;
   }
   
h1, h2, p, dt, dd, li  {
         font-family: "Times New Roman", serif;
         }        

