body { background: #fff;
       color: #000;}
h3 { margin-left: .5em;
     text-decoration: underline;}
h4 { margin-left: 1em;
     margin-bottom: .25em;}
ul { margin-top: 0; }
ul.directory li { font-size: 1.15em;
                  font-family: arial;}
a:hover { background: #00f;
          color: #fff;}
.article{ margin-left: 10%;
          margin-right: 10%;
          }
.article .articlenav { border-bottom:1px solid #ccc;
                       font-family: arial, helvetica, verdana, sans-serif;}
.article .articlenav a { text-decoration:none; }
.article .articlenav a:hover { background-color:#ff8;
                               color:#000; }
.article .title { text-align:center; }
.article p:first-letter { font-size: 1.15em;}
.article .image { margin-top:1em;
                  padding:.5em;
                  text-align:center;
                  border:1px solid #ccc;
                  }
.article .image a:hover { background:#fff;color:#000;outline:2px solid #ff8; }
.article .image img { border:none; }
.article .image .caption { text-align:left; }
