/* ****************************************BEGIN PRINT STYLE*********************************************/

body, p, td, li {font-family:  "Times New Roman", Times, serif; font-size: 12pt; background-color: #fff;}

blockquote { text-align: left;}
hr {  color: #000;  font-weight: lighter; border-style: solid;}
u {  text-decoration: underline;}
b, strong { font-weight: bold; }
i, em { font-style: italic; }
h1 {  font-size: 14pt; color: #000; font-weight: bold; }
h2 {   font-size: 12pt; font-weight: bold; color: #000;}
h3 {  font-size: 11pt; font-weight: bold; color: #000;}
h4 {  font-size: 10pt; font-weight: bold; color: #000;}


/* PRINT LINKS */
/*PLEASE NOTE: Internet Explorer doesnt understand the rule, there should be no ill effects; the links will still be dark red, underlined, and boldfaced. They just wont have a URL appear after the text of the link, that's all.*/

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: 12pt;
   }
   
 /* If you have a relative link ie: /index.cfm this code adds in the full url */
#content a[href^="/"]:after {
   content: " (http://www.uua.org" attr(href) ") ";
   }

#contentcontainer {width: auto; margin-top:0px;}
#content {width: auto; margin-top:0px;}

h1#printlogo {display:block;}
p#switchscreen {display:block; float: right;}

 /* various ids that you do not want to show up on the printer friendly page */
.skip {display: none;}
ul#utilitynav {display: none;}
ul#footernav {display: none;}
p#footercreated {display: none;}
#headercontainer {display: none;} 
img#sectionphoto {display: none;}
ul#nav {display: none;}
form#google {display: none;}
p#breadcrumbs {display: none;}
#sidebar {display: none;}
#viral {display: none;}
#subnavcontainer {display: none;}

table.print { 
	font-size: medium; 
	font-family: Times New Roman, Times, serif; 
}
table.print tr td {
	color: #000;
	padding: 6px 4px 4px 4px;
	background-color: #fff;
	vertical-align: top;
	border-bottom: #999 1 solid;
}
table.print a {   
	color: black;
  	text-decoration: none;
}
