<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document Snow Walker  */

* {
margin:0;
padding:0;
}

    body {
	background-color: #fff;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color:#000;
	text-align:justify;
}


/* text styles */

	
	H1 {
	font-size: 26px;
	color: #000;
	font-weight:100;
	padding-bottom:15px;
    }
	


	H2 {
	font-size: 20px;
	color: #000;
	font-weight:100;
    }
	
	H3 {
	font-size: 18px;
	color: #000;
    }


p {
	line-height: 110%;
	padding-bottom:10px;
	padding-top:10px;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignJustify {
	text-align: justify;
}




/* container styles */

#container {
width:1000px; 
margin-left:auto; 
margin-right:auto;
}

#top {
height:99px; 
}


#left-col  {
width:256px;
float:left;
background-color:#FF0000;
}

#right-col  {
width:159px;
float:right;
background-image:url(images/bg.gif);
}

#content {
width:581px;
float:left;
margin:2px;
}

.content-padding {
padding:10px;
}

/* link styles */


A.link:link {color: #000;}
A.link:visited {color: #000;}
A.link:active {color: #000;}
A.link:hover {color: #fff000}






.clear {
clear:both;
}


/* footer styles */



#footer {
color: #fff; 
height:20px; 
text-align:right;
font-size: 10px;
padding-right:5px;
background-color:#FF0000;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	color: #8B8D8E;
}
</pre></body></html>