body {
    border           : 0;
    margin           : 8px 8px 8px 8px;
    padding          : 0;
    font-family      : Helvetica, Arial, sans-serif;
    background-color : White;
    color            : Black;
    max-width        : 800px;
    width            : expression(document.body.clientWidth > 800 ? "800px" : "auto");
}

//A               { color: #993300; text-decoration: none; font-weight:normal; } 
//A:link          { color: #993300; text-decoration: none; } 
//A:visited       { color: #993300; text-decoration: none; } 
//A:active        { color: #FF683D;  } 
//A:hover         { color: #FF683D;  }

h1,h2,h3 {
    font-family    : Verdana, Arial, Lucida, Helvetica, sans-serif;
    font-size      : 12pt;
    font-weight    : bold;
    color          : #222222;
}

.title {
    font-family  : Garamond, serif;
    font-size: 36pt;
}
.authors {
    font-family    : Verdana, Arial, Lucida, Helvetica, sans-serif;
    font-size      : 8pt;
    color          : #888888;
    letter-spacing : 1.5pt;
}
.text {
    font-family    : Verdana, Arial, Lucida, Helvetica, sans-serif;
    color          : #666;
	font-size      : small;
	font-weight    : normal;
  	background     : #FFF;
  	line-height    : 16px;
}
.pre {
    font-family    : Verdana, Arial, Lucida, Helvetica, sans-serif;
    color          : #666;
	font-size      : small;
	font-weight    : normal;
  	background     : #FFF;
  	line-height    : 16px;
}

.emphasis-reverse {
    color: white;
    background-color: black;
}

span.navtitle {
    color: black;
    font-family: ariel, helvetica, helv, sanserif;
    font-weight: bold;
    font-size: 1em;
}

pre.programlisting {
    left-margin: 2em
}

.keycap { background-color: silver; }

div.htmltoc {
}
