@charset "UTF-8";	
.PagesColor{
  font-size:12px;
  margin:10px;
  clear:both;
  text-align:center;
}

.PagesColor span , .PagesColor a {

      padding:4px 12px;

      margin:2px;

      background:#E7CEB4 ;

      border-radius:5px;

      -moz-border-radius:5px;

      -webkit-border-radius:5px;
      
      cursor:pointer;
      
      color:#000;

}


.PagesColor span , .PagesColor a:hover {
      background:#B71B2C;
      color:#FFF;
}
