html { padding: 0px; margin: 0px; }

body { color: #d3d3d3; background-color: #303030;
       text-align: left;
       font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Tahoma, Geneva, Arial, sans-serif;
       font-size: 12px;
       margin-left: 30px; width: auto;
       text-rendering: optimizeLegibility;
}

.body-col {
 margin-top: 6em;
 margin-left: auto; margin-right: auto; width: 800px; 
}

strong, em, h1, h2, h3, h4, h5, h6, a { font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Garuda, Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; }

a { color: #6b8e23; }
a:hover { color: #1e90ff; }

nav a, header a { text-decoration: none; font-weight: bold; } 

img { border: none; }
#title { background-color: inherit;
         width: 100%;
         z-index: 10;
         padding-top: 0.5em; padding-bottom: 1em;
         top: 0px;
         position: absolute; }
#title { position: fixed; width: 100%; }
#titleMenu { color: #0000cd;
 margin-left: auto; margin-right:auto; width: 800px;
}
#titleMenu a { padding-left: 0.5em; padding-right: 0.5em; }

#links > article:nth-child(odd)  { color: black; background-color: #6b8e23;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 5px 5px 5px #202020;
    -moz-box-shadow: 5px 5px 5px #202020;
    box-shadow: 5px 5px 5px #202020;

    padding: 10px;
}

#links > article:nth-child(odd) a { color: white; 
              /* background-color: #6b8e23; */}
#links > article:nth-child(odd) a:hover { color: #0760ff;
                    /* background-color: #6b8e23; */}
body { padding-right: 2em; }

#links { display: block; max-width: 700px;}

#links > article     { margin-top: 1em; margin-bottom: 1em; display: block;}
#links > article:nth-child(odd) { color: margin-left: 10px; }

#links > article > header, #links > article > section, #links > article > footer { display: block; }
#links > article > header { font-size: 133%; }
#links > article > footer { font-size: 70%; }


.favicon { margin-right: 0.25em; height: 16px; width: 16px;}

#sources { display: block; }
#sources > ul { list-style: none; }
