body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
  }

h3, h4 {
    color: #00f;
  }

#header {
    height: 79px;
    background-color: #2861B5;
    border-bottom: solid 2px #ccc;
  }

#menu {
    position: absolute;
    right: 0;
    top: 57px;
  }

#menu a, #menu span {
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #2861B5;
    display: block;
    float: left;
    background-color: #ccf;
    padding: 3px 7px;
    margin-left: 1px;
    height: 16px;
  }

#menu a:hover, #menu span {
    color: #ccf;
    background-color: #4a82d7;
  }

.logo {
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    color: #eee;
    line-height: 1.6em;
    text-shadow: 2px 2px 2px #aaa;
  }

#content {
    text-align: justify;
    color: #333;
    font-size: 12px;
    margin: 0 20px;
  }

#content p:first-letter {
    color: #2861B5;
    font-size: 14px;
    font-weight: bold;
  }

#content p>a {
    text-decoration: none;
    color: #00f;
  }

#content p>a:hover {
    text-decoration: underline;
  }

#footer {
    font-size: 10px;
    color: #999;
    border-top: dashed 1px #ccc;
    padding: 4px;
    text-align: center;
  }

.mini_shot {
    margin: 10px;
  }

.image_description {
    margin: 2px 0 20px;
    padding: 2px;
    background-color: #eee;
    border: solid 1px #666;
}
