/*
/////////////////////////////////////////
          ENTIRE CSS PACKAGE
/////////////////////////////////////////
*/





@import url("Modules/center.css");
@import url("Modules/slideshow.css");
@import  url("Modules/top.css");





@font-face {
  font-family: sans;
  src: url("Fonts/sans.ttf");
}





.container {
  position: absolute;
  font-family:  sans;

  width:  100%;
  height: 100%;

  left: 0px;
  top:  0px;
}





.link__text {
  text-decoration: none !important;

  color: #5e5e5e;
}

.link__text:hover {
  color: #3ea2c9;
}
