/*
:Author: Rob Wolfe
:Contact: rw@smsnet.pl
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for use with Docutils.
*/

@import url(pygments-default.css);

div.section h1
{
  font-size: 12pt
}

div.section h2
{
  font-size: 10pt
}

div.section h3
{
  font-size: 8pt
}

div.contents
{
  font-weight: bold;
}

pre.code-block
{
  font-size: 10pt
}

pre.doctest-block
{
  font-size: 10pt
}

tt.literal
{
  font-size: 10pt
}