h1 {
  font-family: helvetica, ariel, sans-serif;
  color: #999999;
  background-color: white;
  font-size: 40px;
  text-align: center;
  padding-top: 0;
}

h2 {
  font-family: helvetica, ariel, sans-serif;
  color: #999999;
  background-color: white;
  font-size: 20px;
  text-align: center;
}

h3 {
  font-family: "times new roman", serif;
  color: black;
  background-color: white;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}

a {
  font-family: times, helvetica, sans-serif;
  text-decoration: none;
  color: #3366CC;
  background-color: white;
  text-align: center;
}

a:hover {
  color: black;
  background-color: white;
  text-decoration: underline;
  text-align: center;
}

a.internal:hover {
  text-decoration: none;
}

a.home {
    color: #3366CC;
    background-color: white;
    font-family: helvetica, ariel, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

a.home:hover {
    color: #C0C0C0;
    background-color: white;
    font-family: helvetica, ariel, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

a.index {
    color: black;
    background-color: white;
    font-family: helvetica, ariel, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

img.thumb {
    border: 2px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.thumb:hover {
    border: 2px solid #3366CC;
}

img.justthumb {
    border: 2px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.justthumb:hover {
    border: 2px solid white;
}

table {
    border: 1px solid #000000;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

td {
  text-align: center;
  border: 1px solid #000000;
  border-spacing: 0;
}

tr {
  border: 1px solid #000000;
  border-spacing: 0;
}

table.photos {
  border: 0;
  text-align: center;
}

td.photos {
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.photos {
    border: 0;
}

table.signs {
  border: 0;
  text-align: center;
}

tr.signs {
  border: 0;
}

td.signs {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

table.caption {
    border: 0;
}

tr.caption {
    border: 0;
}

td.caption {
    border: 0;
    text-align: center;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

table.extrefs {
        border: 0;
        text-align: left;
}

tr.extrefs {
        border: 0;
        text-align: left;
        padding-bottom: 10px;
}

td.extrefs {
        border: 0;
        text-align: left;
padding-bottom: 10px;
}

table.title {
    border: 0;
}

tr.title {
    border: 0;
}

td.title {
  font-family: helvetica, ariel, sans-serif;
  color: #999999;
  background-color: white;
  font-size: 20px;
  text-align: center;
  border: 0;
  padding-bottom: 0px;
}


table.home {
  border: 0;
  text-align: center;
  table-layout: fixed;
  padding-bottom: 0;
  width: 100%;
}

td.home {
    border: 0;
    text-align: center;
    padding-bottom: 0;
}

tr.home {
    border: 0;
    text-align: center;
    padding-bottom: 0;
}

table.dic {
  border: 0;
  text-align: left;
}

td.dic {
    border: 0;
    text-align: left;
}

tr.dic {
    border: 0;
    text-align: left;
}

body {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2.5%;
  text-align: justify;
}

p {
    text-align: justify;
}

p.center {
    text-align: center;
}


