body {
   background: white;
   font-size: 12pt;
   border: 0;
   }
   
#menubar, menuwrapper {
   display: none;
   }

#webring {
	display: none;
	}
	
#header {
	display: none;
	}
   
#outer, #inner, #content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#footer {
   display: none;
   }
   
p.break {
  page-break-before:always;
  }

h1 {
  color: navy;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
	background: #99ccff;
	font-size:130%;
}

h2 {
  color: navy;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
	font-size:110%; 
}

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.alburychurches.org" attr(href) ") ";
   }
   
.white {
  font-size:60%;
  color: #fff;
  background-color: #fff;
}

