body {
  margin: 50 0 50 0;
  background-image: url( images/bg2.jpg );
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
}
div#backlink {
  width: 800px;
  margin: 0 auto;
  height: 25px;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-top: 0;
  background-color: skyblue;
}
table#maintable {
  margin: 0 auto;
  padding: 0px;
  border: solid 1px black;
}
td {
  padding: 0;
}
td#navi {
  width: 200px;
  background-image: url( images/navi.jpg );
  background-repeat: repeat-y;
  background-position: right;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  padding: 5px;
  line-height: 16px;
}
td#content {
  width: 600px;
  background-color: #EEEEFF;
  padding: 5px;
}
a:visited
{
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px;
}
a:hover {
  color: #FF9900;
  text-decoration: none;
  border-bottom: dotted 1px;
}
a:focus {
  color: #FF9900;
  text-decoration: none;
  border-bottom: dotted 1px;
}
a:active {
  color: #FF9900;
  text-decoration: none;
  border-bottom: dotted 1px;
}
a:link {
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px;
}
a#img { border: 0; }
img { border: 0; }