@media all { 
  html { 
  margin : 0; 
  padding : 0; 
  } 
  body { 
  max-width : 1200px; 
  min-width : 640px; 
  margin-left:auto; 
  margin-right:auto;
  padding : 0; 
  color : #000000; 
  background-color : #fffdda; 
  font-size : small; 
  font-family : "Verdana", "Tahoma", "DejaVu Sans", "Arial", sans-serif; 
  line-height : 135%;  
  } 
  * html body { 
  font-size : x-small; 
  font-size : small;  
  }
  p.byline {
  font-size : 60%; 
  font-weight : 600;
  line-height : 110%;
  text-align : right; 
  }
  .sunday {
  font-weight : 700;
  }
  h1, h2, h3, h4, h5, h6 {
  line-height : 135%
  }
  li { 
  list-style-image : url(http://www.uuquincy.org/pictures/chaliceb.gif); 
  } 
  img { 
  border : 0; 
  } 
  sub, sup { 
  font-size: 75%; 
  line-height: 0; 
  position: relative; 
  vertical-align: baseline; 
  }
  sup { 
  top: -0.5em; 
  }
  sub { 
  bottom: -0.25em; 
  }
  #wrapper { 
  width : 90%; 
  margin : 5%; 
  padding : 0; 
  }  
  #hhh ul, #hhh li {
  list-style-image : none;
  list-style-type : none;
  position : absolute;
  height : 0;
  overflow: hidden;
  }
  #header { 
  clear : both; 
  width : 100%; 
  text-align : center; 
  } 
  #content { 
  float : right; 
  width : 75%; 
  padding-top : 5px;
  padding-left : 4%; 
  } 
  #nav { 
  float : left; 
  width : 20%; 
  } 
  #nav ul { 
  display : inline; 
  } 
  #nav li { 
  display : block; 
  margin-bottom : 4px; 
  font-weight : 700; 
  } 
  #nav a, #nav a:visited { 
  display : block; 
  text-decoration : none; 
  padding : 2px; 
  font-size : 100%; 
  border : thin solid #5c3900; 
  background : #fefff5; 
  color : #000000; 
  } 
  #nav a:hover { 
  padding : 2px; 
  border : thin solid #feedea; 
  background : #b2b198; 
  color : #5c3900; 
  } 

  #footer { 
  clear : both; 
  margin-top : 20px; 
  text-align : center; 
  font-size : 60%; 
  } 
  #footer li { 
  display : inline; 
  margin : 3px; 
  } 
} 
@media handheld { 
  body, #wrapper { 
  color : #000000; 
  background-color : #ffffcc; 
  font-size : small; 
  font-family : "Palatino Linotype", "Georgia", "URW Bookman L", "Times New Roman", serif; 
  } 
  * html body { 
  font-size : x-small; 
  font-size : small; 
  } 
  #hhnav { 
  text-align : center; 
  font-size : 100%; 
  } 
  #hhnav li { 
  display : inline; 
  margin : 4px; 
  } 
  #hhh { 
  text-align : center; 
  } 
  #hhh p, #hhh h1, #hhh h2 { 
  font-size : small; 
  margin : 2px; 
  padding : 0; 
  } 
  #navigation { 
  display : none; 
  } 
  #footer { 
  display : none; 
  } 
} 
@media print { 

  body {
  font-family : "Palatino Linotype", "Georgia", "URW Bookman L", "Times New Roman", serif;
  font-size : 10pt;
  color : black;
  background : white;
  } 
  #hhh { 
  display : none; 
  } 
  #navigation { 
  display : none; 
  } 
  #content {
  margin : 0;
  width : 100%;
  }
  #footer { 
  display : none; 
  } 
} 

