

.base {
    font-family : 'sans-serif';
    font-size : 13px;
    margin-top : 20px;
    text-align : center;
    color : #303030;
  }


a {
    color : #303030;
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


