Current File : /home/lifechur/test-static.lifechurchboston.org/stylesheets_additional/style-print.css
body {
   background: white;
   font-size: 12pt;
   color: #000000;
   }
#header {
padding: 0;
}
#nav, #content {
   float: none !important;
   margin: 0 !important;
   padding: 0 !important;
   width: auto;
   border: 0;
   color: black;
   background-color: #FFFFFF;
   background: transparent none;
   }
#nav {
   display: none;
   }
#content {
   margin: 0 5%;
   padding: 1em 0;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
/* #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   } */

h1, h2, h3 {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
font-size: 18pt;
}
h2 {
font-size: 16pt;
}
h3 {
font-size: 14pt;
}

p, li {
font-size: 12pt;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 14pt;
}

#footer p {
font-size: 9pt;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}