
  BODY {
    background: White url(http://www.zuskin.com/images/stone.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    color:black;
    font-family:Fixedsys;
    a.paintlink { color: #006699; text-decoration: none }
    a:link.paintlink { color: #006699; text-decoration: none }
    a:visited.paintlink { color: #006699; text-decoration: none }
    a:active.paintlink { color: #006699; text-decoration: none }
    a:hover.paintlink { color: brown; text-decoration: none }
  }

P {
font-family: Fixedsys; 
color: #000000; 
margin-left: 1%; 
margin-right: 1%; 
margin-top: 1pt; 
margin-bottom: 1pt;
text-indent: 1cm; 
text-align: justify;
}

pre {
    font-family:Fixedsys;
    color:darkblue;
}

code {
    font-family:Fixedsys;
    color:darkblue;
}