body
{
  background-color: white;
  color: black;
}
body, p, table, caption, th, tr, td, dl, dt, dd, ul, ol, li, pre, menu, dir, dl, dd, dt
{
  font-family: 'Verdana', 'Helvetica', 'Arial';
/*
  font-size: 10pt;
*/
}
menu { list-style-type: circle }
dir { list-style-type: square }
ul { list-style-type: disc }
sup, sub
{
  font-size: 8pt;
}
/*
h1, h2, h3, h4, h5, h6, th
{
  font-weight: bold;
  .annotation { text-decoration:underline; }
}
tt, code
{
  font-family: 'Lucida Console', 'Letter Gothic MT', 'Monotype.com', 'Courier New', 'Courier';
  font-size: 10pt;
}
del
{
  text-decoration: line-through;
  color: red;
}
ins
{
  text-decoration: underline;
}
*/
/*
a:link
{
  color: black;
  font-weight: normal;
  text-decoration: none;
}
a:visited
{
  color: black;
  font-weight: normal;
  text-decoration: none;
}
a:active
{
  color: gray;
  font-weight: bold;
  text-decoration: none;
}
*/
*.annotation { font-style:italic; }
*.keyword { font-style:italic; }
*.navigation { line-height:24pt; }
*.overview { font-weight:bold; }

h1.annotation { text-decoration:underline; }
h2.annotation { text-decoration:underline; }
h3.annotation { text-decoration:underline; }
h4.annotation { text-decoration:underline; }
h5.annotation { text-decoration:underline; }
h6.annotation { text-decoration:underline; }
