@import url('https://fonts.googleapis.com/css?family=Kanit|Prompt');
		body {
			font-family: Helvetica, Arial, sans-serif;
		}
		
		a:link ,a:visited{
				color: inherit;
				text-decoration:none; 
				cursor:pointer;  
				}
		a:hover {
				color: #cc99ff ; 
				text-decoration:none;
				}
		div.stretchy-wrapper {
			width: 150px;
			height: 150px
			position: relative;
			background: #ba0000;
		}
 
		div.header-box {
			position: absolute;
			left:0px;
			top: 0px;
			width: 150px;
			height: 150px;
		}
		div.content-box {
			position: absolute;
			left:0px;
			top: 0px;
			width: 150px;
			height: 150px;

		}
	
		.img150x150 {
			width: 150px;
			height: 150px;
			padding: 0px;
			position: absolute;
			left:0px;
			top: 0px;				
		}
		.img150x150-2 {
			padding: 0px;
			margin-left:-100px;
			top: 0px;				
		}
		.stroke {
			/* WebKit (Safari/Chrome) Only */
			// -webkit-text-stroke: 0.03em black;
			/* If we weren't using text-shadow, we'd set a fallback color
			and use this to set color instead
			-webkit-text-fill-color: white; */
			//text-shadow:
			//0.03em 0.03em 0.03em #000,
			/* Simulated effect for Firefox and Opera
			and nice enhancement for WebKit */
			/* -0.03em -0.03em 0.03em #000,  
			// 0.03em -0.03em 0.03em #000,
			// -0.03em  0.03em 0.03em #000,
			// 0.03em  0.03em 0.03em #000;
			*/
			text-shadow: 0.03em 0.03em 0.03em black;
			
		}
		.KTFlogo {
			width: 35px;
			height: 25px;
			padding: 0px;
			position: absolute;
			left:3px;
			top: 5px;			
			opacity: 0.8;
			
			/*display: none;*/
		}
		.KTFname {
			position: absolute;
			left:39px;
			top: 5px;
			//display: none;
			color: Gold ;
			font-family: 'Kanit', sans-serif;
			font-size: 14px;
			text-shadow: 1px 1px 1px black;
		}
		.FBlogo {
			width: 15px;
			height: 15px;
			padding: 0px;
			position: absolute;
			left:2px;
			top: 99px;			
			opacity: 0.8;
			
			/*display: none;*/
		}
		.LINElogo {
			width: 15px;
			height: 15px;
			padding: 0px;
			position: absolute;
			left:2px;
			top: 116px;			
			opacity: 0.8;
			
			/*display: none;*/
		}
		.TELlogo {
			width: 15px;
			height: 15px;
			padding: 0px;
			position: absolute;
			left:2px;
			top: 132px;			
			opacity: 0.8;
			
			/*display: none;*/
		}
		.ads-text {
			position: absolute;
			left:10px;
			top: 42px;
			//display: none;
			color: white ;
			font-family: 'Prompt', sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-shadow: 1px 1px 1px black;
		}	
		.fb-link {
			position: absolute;
			left:18px;
			top: 95px;
			//display: none;
			color: blue ;
			font-family: 'Prompt', sans-serif;
			font-size: 14px;
			text-shadow: 1px 1px 1px black;
		}
		.tel-line {
			position: absolute;
			left:18px;
			top: 111px;
			//display: none;
			color: green ;
			font-family: 'Prompt', sans-serif;
			font-size: 14px;
			text-shadow: 1px 1px 1px black;
		}
		.tel-line2 {
			position: absolute;
			left:18px;
			top: 127px;
			//display: none;
			color: purple ;
			font-family: 'Prompt', sans-serif;
			font-size: 14px;
			text-shadow: 1px 1px 1px black;
		}
				/* Make it a marquee */
		.marquee {
			width: 100%;
			margin: 0 auto;
			overflow: hidden;
			white-space: nowrap;
			box-sizing: border-box;
			animation: marquee 50s linear infinite;
		}

}
