.print-created a {
color: black !important;
text-decoration:none;
}
.print-created a:hover {
color:black !important;
text-decoration:none;
}

.print-mainbody {
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
}

.print-content {
font-size: 17px;
line-height:1.5;
margin-top:-15px;
}

p.explain {
	font-weight: bold;
}

/* underline all links */
  a:link, a:visited
  {
    text-decoration: none !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
	#page,
	#header
	{
		width: 100%;
	}

  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner, .field-article-summary-author-bio
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

	.field-article-summary-author-bio
	{
		padding: 0 0 0 0;
	}

/* Increase font size */
  .view 
	{
  	color: #485762;
  	font-size: 1em;
  	line-height: 1.5385em;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy, .article-sidebar, .view-filters, .pagination, #content-top .navigation, .premium-icon,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons, #closure-outerwrap
  {
    visibility: hidden;
    display: none;
  }

.print-zedoad {
	width:800px;
	text-align:center;
	padding: 0 auto;
}
