/* ********************************************* */
/* Stylesheet for printing St. Patrick's Day Web */
/* ********************************************* */
 
/* serif fonts are better readable on print media */
body { 
  font-family:Georgia, "Times New Roman", Times, serif; 
  background-color: #ffffff;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, p, td, th, ul, ol, li, dl, dt, dd { 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Don't use color for links, might be hard o read in black & white print */
a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: underline;
}
/* Print URLs after links */
/*a:after { content: " <" attr(href) "> ";}*/

div#wrap {
  width: auto;
}
div#navigation {
  display: none;
}
div#content{
  margin-left: auto;
	width: auto;
}

