body {
  background-color: #10108C;
  text-align: center; 
}
.edgetop {
  background-image: url(../graphics/edge-top.gif);
}
.edgeleft {
  background-image: url(../graphics/edge-left.gif);
}
.edgeright {
  background-image: url(../graphics/edge-right.gif);
}
.edgebottom {
  background-image: url(../graphics/edge-bottom.gif);
}
.menu {
  background-color: #000055;
  color: #C1C1F0;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.regular {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-align: justify;
}
.title {
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-align: left;
}
.comment {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-align: justify;
}
.thumbnail {
  border-width: 1px;
  border-color: #C1C1F0;
  border-style: solid;
}
.footnote {
  font-weight: bold;
  font-size: 10px;
}
.green {
  color: #00FF00;
}
.copy {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
}
.site {
  font-weight: bold;
}
a {
  color: #C1C1F0;
  text-decoration: none;
}
a.boldlink {
  font-weight: bold;
}
a:visited {
  color: #C1C1F0;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a:active {
  color: #C1C1F0;
}
a:focus {
  color: #C1C1F0;
}
a .thumbnail {
  border-color: #C1C1F0;
}
a:visited .thumbnail {
  border-color: #C1C1F0;
}
a:hover .thumbnail {
  border-color: #FFFFFF;
}
a:active .thumbnail {
  border-color: #C1C1F0;
}
a:focus .thumbnail {
  border-color: #C1C1F0;
}
