body {
  background-image: url("../images/wldbg1.jpg");
  background-attachment: fixed;
  background-color: #FFF0C0;
  color: #0000C0;
}

a:link {color: #802A80;}
a:active {color: #FF0000;}
a:visited {color: 0000A0;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right}
.small {font-size: 0.8em;}
.italic {font-style: italic;}
.boldcenter {font-weight: bold; text-align: center;}
.jpquote {text-align: center; width: 80%; font-size: 0.8em; margin-left: auto; margin-right: auto;}
.vtop {vertical-align: top;}

.biglogo {
  height: 93px;
  width: 197px;
  border-style: none;
}  

#indextable {
  width: 100%;
}

#indextable td {
  width: 20%;
  text-align: center;
}

.fulltable {
  width: 100%;
}

.sitemap {width: 100%;}
.sitemap li {list-style-position: inside;}

.table75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;  
}

.bordercells { border-style: ridge; border-width: 5px; border-color: #EEEEEE;}