/* Styles only intended for the printer */
/* Mostly derived from here: http://www.alistapart.com/articles/goingtoprint/  */

body {
   background: white;
   font-size: 10pt;
   font-family:"lucida grande", verdana, helvetica, sans;
   }

p, dd {
	   line-height:14pt;
}

dt, dt {
	float:left;
	width:150px;
}

   
#nav, #foot {
   display: none;
   }

h1 {
	border-bottom:1px dotted #666;
}
   
#wrapper {
   width: auto;
   margin: 5% 10% 0 10%;
   padding: 0;
   border: 0;
   float: none !important;
   color: #666;
   background: transparent none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a[href^="/"]:after {
   content: " (http://dorough.com" attr(href) ") ";
   }

/* Remove Content that isn't for printing */

#nav, 
#foot,
#servcol,
#header,
#teamcol {
   display: none;
   }
   
