/*
 * (C) Copyright Jonathan Turkanis 2003.
 * Distributed under the Boost Software License, Version 1.0. (See accompanying
 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
 */

body { padding:10 }
h1, h2, h3, h4 { color: black }
p code { font-size: 10pt }
td code { font-size: 10pt }
th code { font-size: 10pt }
dt code { font-size: 10pt }
li code { font-size: 10pt }
dl { margin-top:0;margin-bottom:0 } 
dl dl { margin-top:0;margin-bottom:0;margin-left:2em } 
pre
{
    border-top: gray 1pt solid;
    border-right: gray 1pt solid;
    border-left: gray 1pt solid;
    border-bottom: gray 1pt solid;

    padding-top: 2pt;
    padding-right: 2pt;
    padding-left: 2pt;
    padding-bottom: 2pt;

    display: block;
    font-family: "courier new", courier, mono;
    background-color: #eeeeee; 
    font-size: 10pt; /* for IE */
}
.header	{ text-decoration: none }
.keyword { color:#0000CC }
.comment { font-style:italic; color:#008000}
.documented	{ font-weight:bold; text-decoration:none; color:#000000}
A.documented::visited { font-weight:bold; text-decoration:none; color:#000000}
A.footnote_ref { text-decoration: none }