@charset "UTF-8";
/* CSS Document */

html, body {
  	background: #fff;
	padding: 3px;
	margin: 0;
	color: #000;
	}

a:link, a:visited
  {
    text-decoration: underline !important;
  }
  
h1 {
	font-size: 20px;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 14px;
	}
	
p, li, td, th {
	font-size: 13px;
	}

*
  {
    float: none;
  }
  
img {
	border: none;
	}

.noprint,
#utility, #primary, #secondary, #player, #featured-window, #magnolia, #footer
  {
    visibility: hidden;
    display: none;
  }
  
.print {
	visibility: visible;
	}

/* Otherwise, Firefox clips the content after the first page. */
#page
  {
    overflow-y: visible;
  }

