body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#menu {
    border-bottom: 1px solid yellow;
    text-align: right;
    background-color: #000;
    color: black;
    font-size: small;
}
a,
a:link,
a:visited,
a:active,
a:hover {
    color: #800;
}

#menu,
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
    color: #ccc;
    text-decoration: none;
}

#menu ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#menu ul#menu-dias {
    background-color: #800;
}

#menu ul li {
    display: inline;
    padding: 0 0 0 1ex;
    margin: 0 2ex 0 0;
    border-left: 1px dotted #ccc;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: large;
    color: #422;
    width: 30ex;
    float: left;
    font-style: italic;
    margin: 0;
    background-color: black;
    background-image: url(img/dias.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 68px;
    height: 40px;
}
h1 span {
    display: none;
}

h2 {
    text-align: right;
    letter-spacing: .5ex;
    padding: .5em 4ex 30px 0;
    color: yellow;
    background-image: url(img/incandescent.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
h3,h4 {
    font-style: italic;
    color: #800;
}

h3 {
    margin-bottom: 1em;
    border-top: 1px solid #eee;
    margin-top: 2em;
}

#content {
    margin: 8em 7ex;
    text-align: justify;
}

.subsections {
    margin-left: 4ex;
}

dl.glossary {
    margin-left: 4ex;
}

.glossary dt {
    margin-top: 1em;
    font-weight: bold;
    color: #800;
}

.glossary dt:target {
    color: #f00;
}

pre {
    border-left: 1px solid #ccc;
    padding: .5em 1ex;
    margin: 0 7ex;
    background-color: #e9e9e9;
}

p:first-letter {
    font-size: 120%;
    font-family: serif;
}

.important {
    border: 1px dotted #99c;
    color: navy;
    background-color: #eec;
    background: url(img/idea.png) no-repeat left #f9f9ff;
    padding: .3em 1ex 0 40px;
    margin: 0 1ex;
}

#content ul li, #content dl dd {
    list-style: none;
    padding-left: 18px;
    background: url(img/forward.png) no-repeat;
}


#content ul li li {
    background: url(img/1rightarrow.png) no-repeat;
}

.note {
    font-size: small;
    color: #666;
    font-style: italic;
}
.no-spam {
    display: none;
}

acronym {
    border-bottom: 1px dotted #800;
    cursor: help;
}

