  		body {
			background-repeat: no-repeat; 
			background-size: cover; 
			background-position: center; 
			background-attachment: fixed
  		}
		
		@font-face {
				font-family: RolandFont;
				src: url(pbio-bold.woff);
		}
		
		.swiper-slide-wrapper {
  			position: relative;
		}

		.swiper-slide-caption {
  			position: absolute;
  			bottom: 0;
			padding: 0px;  
			color: #eeeb58;
  			background-color: rgba(0, 0, 0, 0.5);
  			font-size: 14px;
  			text-align: center;
  			/*font-family: arial,helvetica;*/
			text-decoration:  none; 
	  		font-family: RolandFont;
  			z-index: 1;
		}

		.swiper-slide {
  			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		}
            a.imp:link {color: #D4AF37; border:1px solid #D4AF37; text-decoration: none; padding: 2px; font-size: large;}   
            a.imp:visited {color: #FF3333; border:1px solid #FF3333; padding: 2px; font-size: large;}
            a.imp:hover {color: #FF0000; border:1px solid #FF0000; padding: 2px; font-size: large;} 
            a.imp:active {color: #FFCC66; padding: 2px; font-size: large;} 

            a.imp_green:link {color: #36ff00; border:1px solid #36ff00; text-decoration: none; padding: 2px; }   
            a.imp_green:visited {color: #FF3333; border:1px solid #FF3333; padding: 2px; }
            a.imp_green:hover {color: #FF0000; border:1px solid #FF0000; padding: 2px; } 
            a.imp_green:active {color: #FFCC66; padding: 2px; } 
