a, body, dd, dl, dt, div, fieldset, form, h1, h2, h3, h4, img, li, ul, ol, p,
pre, table, td, tr
{
    margin: 0;
    padding: 0;
}

a, a:hover {
    color: black;
    text-decoration: none;
}

body {
    color: black;
    font-family: "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", "Verdana", sans-serif;
    font-size: 11pt;
}

code, textarea, pre {
    font-family: Monaco, "Bitstream Vera Sans Mono", monospace;
}

h1 {
    display: none;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 14pt;
}

p {
    text-align: justify;
}

p, pre, ul {
    margin: 10pt 0;
}

span.annotation {
    color: #646464;
}

span.constant {
    color: #2a00ff;
    font-style: italic;
}

span.doc {
    color: #3f5fbf;
}

span.keyword {
    color: purple;
    font-weight: bold;
}

span.string {
    color: #2a00ff;
}

span.tag {
    color: teal;
}

strong {
    font-weight: bold;
}

ul {
    list-style-type: none;
}

ul li {
    margin: 4pt 0;
}

#menu, #footer, .toc {
    display: none;
}

#controllers, #actions, #methods, #filters, #parameters, #views, #redirections,
#file_upload, #debugger
{
    page-break-before: always;
}
