
/* all styles */
@import "style.css";
@import "style_header.css";
@import "style_footer.css";
@import "style_homepage.css";

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }