body 			{ background-color:#000000; padding:0;  margin-left: 10; }

a 			{ color:#CECECE; } 

a:visited 		{ color:#CECECE; } 

a:active 		{ color:#CECECE; } 

a:hover 		{ color:#CECECE; } 


.textstyle1 		{ font-size:11pt; font-family: 'Carlito', Calibri, Arial, Helvetica, Sans-Serif; color:#CECECE; text-align:center; }
.textstyle2 		{ font-size:11pt; font-family: 'Carlito', Calibri, Arial, Helvetica, Sans-Serif; color:#CECECE; text-align:left; }


.textstyle3 		{ font-size:11pt; font-family: 'Carlito', Calibri, Arial, Helvetica, Sans-Serif; color:#CECECE; }


#img_3984735a 		{ vertical-align: bottom; position:relative; display: inline-block; width:6%; background:none; height:auto;  }

#img_e4bf9ac 		{ vertical-align: bottom; position:relative; display: inline-block; margin:50px 0px 0px 0px; width:31%; background:none; height:auto;  }

.slideshow 		{
    			position: relative;    
    			max-width: 250px;
    			height: 200px;
    			overflow: hidden;
    			border-radius: 10px;
    			box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  			}

.slide 			{
    			position: absolute;
    			width: 100%;
    			height: 100%;
    			background-size: cover;
    			background-position: center;
    			opacity: 0;
    			animation: fade 36s infinite;
  			}

.slide:nth-child(1) 	{ animation-delay: 0s; }
.slide:nth-child(2) 	{ animation-delay: 6s; }
.slide:nth-child(3) 	{ animation-delay: 12s; }
.slide:nth-child(4) 	{ animation-delay: 18s; }
.slide:nth-child(5) 	{ animation-delay: 24s; }
.slide:nth-child(6) 	{ animation-delay: 30s; }
.slide:nth-child(7) 	{ animation-delay: 36s; }


@keyframes fade 	{
    			0%   { opacity: 0; }
    			5%   { opacity: 1; }
    			25%  { opacity: 1; }
    			30%  { opacity: 0; }
    			100% { opacity: 0; }
  			}