@font-face {
font-family: 'FSLolaWeb';
src: url('../fonts/FSLolaWeb-Regular.woff') format('woff');
}
@font-face {
font-family: 'FSLolaWeb';
src: url('../fonts/FSLolaWeb-Bold.woff') format('woff');
font-weight: bold;
}
 
@font-face {
font-family: 'FSLolaWeb';
src: url('../fonts/FSLolaWeb-Italic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
  
body{
  background:none repeat scroll 0 0 #d3d3d3;
  font-size:100%;
 /* font-family: 'FSLolaWeb' !important;
  font-family:"Trebuchet MS", Helvetica, sans-serif !important;*/
  font-family: "FSLolaWeb", "Trebuchet MS", Helvetica, sans-serif !important;
  font-weight: normal;
  font-style: normal;
}
  