/* Special classes */
/* internal links and hotkeys begin */
      .bookmark
      {
        display: none;
      }
/* internal links and hotkeys end */
/* My book site begin */
.definition
{
  background:#eeeeee;
}
.specification
{
  background:#dddddd;
}
.book
{
  background:#eeeeee;
}
.section
{
  background:#dddddd;
}
.chapter
{
  background:#cccccc;
}
/* My book site end */
/* Generic element and atributes replacement begin */
.right
{
  text-align: right;
}
.left
{
  text-align: left;
}
.center
{
  text-align: center;
}
.bold
{
  font-weight: bold;
}
/* Generic element and atributes replacement end */
/* Test area begin */
.red
{
  color: red;
}
/* Test area end */

