
/*  */
.left {
  clear: both;
  float: left;
  width: 260px;
  margin: 15px 0px 0px 0px;
}
.center {
  float: left;
  width: 260px;
  text-align: center;
  margin: 15px 18px 0px 18px;
}
.right {
  float: left;
  width: 260px;
  margin: 15px 0px 0px 0px;
}
.name {
  text-align: center;
  font-size: 17px;
  color: #000000;
  padding: 5px 0px 7px 0px;
}
.name a:link {
  text-decoration: none;
  color: #000000;
}
.name a:visited {
  text-decoration: none;
  color: #000000;
}
.name a:active {
  text-decoration: none;
  color: #000000;
}
.name a:hover {
  text-decoration: underline;
  color: #0000FF;
}

