BODY {
       background-color: #a3a3a3;
       color: #606D79;
       font-family: "Bitstream Vera Sans", Verdana, sans-serif;
       font-size: smaller;
       }
.main { 
        border: 1px solid black;
        width: 800px;
        height: 600px;
        margin-left: auto;
        margin-right: auto;
        }
.white { background-color: #ffffff; }
TD {
     background-color: #ffffff;
     }
TD.center {
            text-align: center;
            }
A { 
    background-color: transparent;
    color: #606D79;
    font-family: inherit;
    font-size: inherit;
    }
P.center {
           text-align: center;
           }
P.copyright {
              text-align: right;
              font-family: inerit;
              font-size: smaller;
              }
IMG {
      border-width : 0; 
      border-style : none; 
      border-color : inherit; 
      }
IMG.right { float: right }
STYLE { display: inline }

.code, .prettyprint {
	font-family: "Bitstream Vera Sans Mono", courier, mono;
	margin: 10px;
	background-color: #d3d3d3;
	border: 1px dotted;
}

