  .text
        {
            color: gray;
            font-family: Calibri;
            font-size: 18px;
        }
         html,
      body 
      {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }
      /* Set the fixed height of the footer here */
      #footer {
        height: 60px;
        font-family:Calibri;
        font-size:16px;
      }
      hlinks
      {
          color:Black;
      }
      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }