﻿a:link      {
      color: #2D2D2D;
      text-decoration:underline;
}

a:visited {
      color: #2D2D2D;
      text-decoration:underline;
}

a:hover {
      color: #AC1302;
}

body {
      background-color: #b5b5b5;
      font-family: arial;
}


#main {
      width: 95%;
      max-width: 1000px;
      border: 1px solid black;
      background-color: #a2a2a2;
      margin: auto;
}

#intro {
      margin: 20px;
}

#outro {
      margin: 20px;
      border-top: 1px solid black;
}

#lastupdate {
      font-size: small;
      font-style: italic;
      text-decoration: underline;
      text-align: right;
}

#thanks {
      font-size: small;
}

.updatenote {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: small;
}

.oneframe {
      margin: 20px;
      padding: 10px 20px 20px 20px;
      border-top: 1px dashed black;
}

.heading {
      /*font-size: ;*/
      color: #d1d1d1;
      margin-bottom: 20px;
      text-decoration: underline;
}

.smallheading {
      font-style: italic;
}

.description {
      /*float: right;*/
      margin-left: 350px;
}

.snap {
      float: left;
      width: 350px;
}

.snap img {
      /*padding:2px;*/
      border: 1px solid black;
}

#copyright {
      clear: both;
      background-color: #7e7e7e;
      padding: 5px;
      padding-top: 10px;
      border-top: 1px dotted black;
      font-size: x-small;
}

.permalink {
      text-align: right;
      font-size: x-small;
}
