html {
    background-color:#4A525B;
}

body {
    color:#EEEEEE; /* light gray font */
}

p, ul li {
    font: Georgia,"Times New Roman",Times,serif;
}


#hd {
    margin-top:2em;
}

div.fi {
    margin:0.5em;
}

#navigation li {
    font-size:123.1%;
    text-align:right;
}

#navigation a:link,#navigation a:visited,#navigation a:hover,#navigation a:active {
    color:#EEEEEE;              /* light gray font */
}

/* swaps the color */
#navigation li a:hover {
    color:#4A525B;
    background-color:#EEEEEE;
}

/* Undo the reset, mostly taken from the YUI base.css file */
em {font-style:italic;}
blockquote,ul,ol,dl {margin:1em;}
th,td {padding:0.5em;}
q:before {content:open-quote;}
q:after {content:close-quote;}
/* a lot more on tables is missing here */

h1,h2,h3,h4,h5,h6,strong {
    font-weight:bold;
}

h1 {
    font-size:138.5%;
    margin-bottom:0.5em;
    padding-left:1em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    background-color:#3F464D;   /*85%*/
}

h2 {
    font-size:123.1%;
    margin-top:1em;
    margin-bottom:0.5em;
}

p {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

a:link,a:visited,a:hover,a:active {
    color:#FFA500; /* orange */
}

/* ---------------------------------------------------------------------- */

#body li {
    list-style:disc outside;
}

.words ul {
    padding:1em;
}

#sidebar ul li {
    padding: 1em;
    border-top: 1px dotted #EEEEEE;
}

#sidebar ul li img {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
