.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: verdana, sans-serif;
  background: #efefef;
  color: #ffffff;
}

h2 {
  color: #353535;
}

p {
  color: #353535;
  text-align: justify;
}

a:link {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background: #cccccc;
  text-decoration: none;
}

a.p:link {
  color: #4e4eb8;
  background: transparent;
  text-decoration: none;
}

a.p:visited {
  color: #4e4eb8;
  background: transparent;
  text-decoration: none;
}

a.p:hover {
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}

.title {
  font-size: 110%;
  font-weight: bold;
}

.slide {
  border: 2px white solid;
}

.thumb {
  border: 1px white solid;
  margin: 1px;
}

.navi {
  font-size: 90%;
  font-weight: bold;
}

.bottom {
  font-size: 85%;
  font-weight: bold;
}

.comment {
  color: #353535;
  font-weight: bold;
  font-size: 100%;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.iborder {
  background-color: #a0a0a0;
}

.iback {
  background-color: #cccccc;
}
