@import url(advanced.css);

body {
 background-color: #eee;
}

table {
 background-color: #fff;
}

.greytable {
 background-color: #eee;
 border: 3px #ccc double;
}

.greytable_nb {
 background-color: #eee;
}

.phototable {
 background-color: #fff;
 border: 3px #ccc double;
}

.storytable {
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
 background-color: #eee;
 border: none;
}

td {
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
 font-weight: normal;
 text-decoration: none;
}

h3 {
 font-size: 14px;
 font-weight: bold;
}

.tah18 {
 font-size: 18px;
 font-weight: bold;
}

.tah16 {
 font-size: 16px;
 font-weight: bold;
}

.tah14 {
 font-size: 14px;
 font-weight: bold;
}

.tah12 {
 font-size: 12px;
 font-weight: bold;
}
a:link {
  color:#7f552a;
  text-decoration: underline;
}

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

a:hover {
  color: #000;
  text-decoration: underline overline;
  background-color: #c93;
}

a:active {
  color: #000;
  text-decoration: underline overline;
}

.red {
 color: #900;
}

.green {
 color: #090;
}

.orange {
 color: #f60;
}

.grey {
 color: #333;
}

.copyright {
 font-size: 10px;
 color: #333;
}

.phototext {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}