/* Pallet: G=006818GREEN;K=101010BLACK;DG=003820DARK GREEN;ET=4C0000EARTH; */
body {
    background: #006818;
    color: #101010;
}

a {
    color: #101010;
  }
  a:hover {
    color: #4C0000;
  }

  h1 a {
    text-decoration: none;
    color: #003820;
  }

  .album-list {
    width: 100%;
    padding: 2em 0;
    margin: auto;
    background: #006818 none repeat scroll 0 0;
    float:left;
  }

  footer p {
    text-align: center;
    display: none;
  }

  .breadcrumb {
    display: none;
  }
  