/* 0002.css by Kam-Hung Soh copyright 2004-2009. */
/* $ID$ */
body {
  font-family : Georgia, Verdana, sans-serif; 
  font-size : 10pt;
  background-color : oldlace;
}

html {
  background-color : oldlace;
}
td {
  font-family : Georgia, Verdana, sans-serif;
  font-size : 10pt
}
span.application { font-weight : bold }
span.button {
  background-color : #f0f7f7; /* Off-white 1 */
  font-size : 8pt;
  border-style : groove;
}
span.command { font-style: italic }
span.errortext { }
span.keycap { 
  background-color : #f0f0f0; /* Off-white 3 */
  border-style : none;
  font-family : Courier, typewriter;
}
span.parameter { font-style : italic }
span.path { font-family : Courier, typewriter }
span.replaceable { font-style : italic }
span.registry { font-family : Courier, typewriter }
span.type { font-family : Courier, typewriter }
span.varname { font-style : italic }

tr { vertical-align : top }

@media screen {
  span.ulink { display : none }
}
@media print {
  .Screen { display : none }
  a:after { content:" (" attr(href) ")"; }
}
