body { 
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; 
}


/*
Hidden elements
*/

#logo img, #topmenu, #navbar, #sidebar, .footerright, form, .noprint {
	display: none;
}

#commentsection {
	page-break-before: always;
}

/*
Links
*/

a:link, a:visited { background: transparent; font-weight: 700; color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }

a {
    text-decoration: none;
    color: black;
}

/*
Hide sIFR elements
*/

  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }


