<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newhealth{
	background-image:url("../images/1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	}
.subheadings{
	width:100%;
	height:25px;
	padding:1px 0px 1px 0px;
	background-color:#dd002a;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.sociallinks{
	float:right;
	height:50px;
	width:400px;
	/* border:1px solid black; */
}
.sociallinks a {
    display: inline-block;
    background-image: url("../images/iconSocilaMedia.png");
	
    width: 31px;
    height: 33px;
    margin: 3px 5px 0 0;
    opacity:0.8 ;
    filter: alpha(opacity=80);
	background-repeat:no-repeat;
}


.smFB {
	background-position: 0 0;
}
.smTwitter {
	background-position: -44px 0;
}
.youTube {
	background-position: -88px 0;
}
.linkD {
	background-position: -132px 0;
}
.sociallinks a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mobileview{
	display:none;
}</pre></body></html>