<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#body{
    background-color: black;
}



#h1{
height:400px;
margin-top: 80px;
width: 350PX;
margin-left: 30px;	
color: #4dbef8;
font-size: 24px;
font-weight: bold;
font-family: Arial Black;
text-align: justify;
position:fixed;
z-index: 9991;
}

#h2{
height:400px;
margin-top: 80px;
width: 350PX;
margin-left: 30px;	
color: #e05454;
font-size: 24px;
font-weight: bold;
font-family: Arial Black;
text-align: justify;
position:fixed;
z-index: 9991;
}

#content{
	margin-left: 30px;
	color: #4dbef8;
	background: none;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
	position: relative;
	z-index: 1;
	left: 20px;
	top: 30px;

}




#div{
	margin-top: -50px;
	margin-left: 400px;
	width: auto;
	margin-left: 400px;
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
	z-index: 1;
	position:relative;
}
	








img {
margin-top:7px;
margin-right:50px;
float:left;
padding-left:1px;
}

img2.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

img2.grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}


a {
text-decoration: none;
color: #4dbef8;	
}

a:active {
color: #4dbef8; 	
}

li.current a,
span.current a {color: #4dbef8; 	
}

a:hover { color: #4dbef8; }


</pre></body></html>