 
A{
  text-decoration : none;
}
A:HOVER{
  color : fuchsia;
  text-decoration : underline;
}
.center_list{
  font-weight : bold;
  line-height : 150%;
  margin-left : 5%;
  margin-right : 5%;
  list-style-type : none;
}
.center_text{
  font-weight : normal;
  line-height : 150%;
  margin-left : 10%;
  margin-right : 10%;
  list-style-type : none;
}
.indent5{
  margin-left : 5%;
  margin-right : 5%;
}
.pad5{
  padding-left : 5%;
  padding-right : 5%;
  line-height : 150%;
}
.indent5_hight150{
  line-height : 150%;
  margin-left : 5%;
  margin-right : 5%;
}
