div.box {
border: solid;
border-width: thin;
width: 100% ;
}

body {
color: #999999 ;
background: #111111;
/* background-image : url(men.jpg); */
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "courier";
font-size: '+fSize+'pt;
font-weight: bold;
word-wrap: none ;
}

pre {color: #999999;
font-family: "courier";
font-size: 100%;
font-weight: bold;
word-wrap: break-word ;
}

:link { color: #ffffff }  /* for unvisited links */
:visited { color: #ffffff } /* for visited links */
:active { color: ffff00  } /* when link is clicked */
:hover { color: ff0000 } /* when mouse is over link */