 
.space{
  font-size : 12px;
  line-height : 20px;
}




.textL {
  text-align: left;
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}


ul.nav {
  padding: 0;
}
ul.nav li {
  font-size: small;
  color: #ffffff;
  list-style: none;
  padding: 7px 10px;
}
ul.nav li a {
  color: #ffffff;
}

.news dt {
  font-size: 1.4em;
  color: #ff0000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news dd {
  margin-left: 0;
  margin-bottom: 50px;
}

a.link-btn {
  display: block;
  width: 240px;
  padding: 5px 10px;
  background-color: #ff6600;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
a.link-btn:hover {
  background-color: #ffaa00;
}



