body {
  font-family: georgia, serif;
  font-weight: bold;
  font-size: 1.3em;  
}
body.frontpage {
  background-color: white;
  color:  black;
}

body.default {
  background-color: black;
  color:  white;
}

a {
  text-decoration: none;
  color: #e1995e;
  border-bottom: thin solid #93643d;
}

a:visited {
  color: #e1995e;
}

a:hover {
  background-color: gray;
  color: white;
}


#pagearea {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

table.gallery tr td {
  width: 200px;
  height: 125px;
  text-align: center;
}

a.imagelink {
  text-decoration: none;
  border: none;
}
a.imagelink:hover {
  background-color: white;
}

#welcome td {
    text-align: center;
}

#welcome a {
    font-size: 1.3em;
}

div.largetext {
  font-size: 1.3em;
}



