<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-arrow
	{
		position: relative;
		padding: 6px;
		text-decoration: none;
	}
.menu-arrow:hover
	{
		background-image: url('images/arrow-footer.png');
		background-repeat: no-repeat;
		}
.menu-arrow:link {}
.bottompost
	{
		position:relative;
		background-color: #e4e4e4;
		color:#666666;
		list-style-type:none;
		border-top:2px solid #cccccc;
		border-left: 2px solid #cccccc;
		border-right: 2px solid #cccccc;
		border-bottom:3px solid #cccccc;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		width:98%;
		height:150px;
		top:0px;
		padding-top:10px;
		padding-left: 70px;
	}
.connect
		{
			position: relative;
			width:20%;
			height:100px;
			float: left;
		}	
li.links
	{
		position: relative;
		width: 20%;
		height: 65px;
		padding: 20px;
		float: left;
	}
	.linksz	
		{	
			position: relative;
			border-radius: 10px;
			color: #666666;	
			height: 50px;
			padding: 0px 20px 10px 10px;
		}
			.linksz:hover
				{
					background-color: #f1efd6;
				}
					#contact	{position: absolute; color: #666666; left:13px; top: -20px}

.network
	{
		position: relative;
		list-style-type: none;
		color:#666666;
		width: 20%;
		height: 65px;
		font-size: 16px;
		float:left;
		margin: 0 20px 10px 10px;
	}
.write
	{
		position: relative;
		right: 20px;
		width:22%;
		height:110px;
		font-size:16px;
		float:left;
		margin:10px;
	}
					.copyright	
						{
							position: absolute;
							width:110px; height:110px;
							color: #666666;
							left: 0px; top: 0px;
							padding: 0px 0px 5px 0px;
						}

.list
	{
		font-size:20px;
		margin:10px;
		padding:15px 10px 0 0;
	}

.fav-light
	{
		position:relative;
		background-image:url('images/nomchom-favicon.png');
		background-repeat:no-repeat;
		width:61px;
		height:60px;
		left:0px;
		top:-10px;
	}

/*Post End*/</pre></body></html>