<!----------------------------------------------------------------------------
<! File:        default.css
<! Purpose:     wyoGuide: CSS
<! Maintainer:  Otto Wyss
<! Created:     2003-01-31
<! RCS-ID:      $Id: default.css,v 1.7 2006/01/17 17:06:44 wyo Exp $
<! Copyright:   (c) 2006 wyoGuide
<! Licence:     wxWindows
<---------------------------------------------------------------------------->

a {
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    background: #ffffff;
    font-family: Arial, Helvetica;
    font-size: 0.9em;
    margin: 0.5em;
}

h1 {
    color: #00529C;
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
}

h2 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: bold;
}

ol {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

p {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

table {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ul {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#code {
    font-family: "Courier new", Monospaced, Serif;
    font-size: 1em;
    white-space: pre;
}

#term {
    font-family: "Courier new", Monospaced, Serif;
    font-size: 1em;
    font-weight: bold;
}
