 body{
  margin:0;
  padding:0 0 70px 0;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background: #000;
  display: none;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#contentDivForTextOutput{
  height:100%;
  overflow:auto;
 }
 
#newWindowLinkText a, #generateImageLinkText a, #patorjkLogo a {
	text-decoration:none;
	font-weight:bold;
	color:#abc;
}
#newWindowLinkText a, #generateImageLinkText a, #patorjkLogo a:visited {
	text-decoration:none;
	color:#abc;
}
#newWindowLinkText a, #generateImageLinkText a, #patorjkLogo a:hover {
	text-decoration:none;
	color:#cdf;
}
