<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-x: hidden;

}

body
{
	/* i like your body */
	background-color:#888888;
	margin:0px;
	color:#444444;
	font-family:georgia,serif;
	font-family:times;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.container{
	width:800px;
	margin:20px auto 0 auto;
	position:relative;
}

.the_big_pic
{
	
}

.the_big_pic:hover
{
	outline:#0000ff solid 1px;
	cursor:pointer;
}

.bg_image
{

	
	width:800px;
	height:600px;

	
}

.free
{
	position:absolute;
	left:0px;
	top:0px;
}

.link 
{

	cursor:pointer;
	color:blue;
	text-decoration:underline;
}



.link:hover
{
	color:green;
}

.gallery_container
{
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	float:left;
	width:100%;
}

.thumb_container
{
	float:left;
	cursor:pointer;
	text-align:center;
	margin:0 9px 7px 0;
}

	.thumb_container .thumb
	{
		border-style:solid;
		border-width:1px;
		border-color:blue;
	}
	
	.thumb_container .thumb_text
	{
		color:blue;
	
		text-decoration:underline;
	}
	
.thumb_container:hover
{

}

	.thumb_container:hover .thumb
	{
		border-color:green
	}
	
	.thumb_container:hover .thumb_text
	{
		color:green;
	}

.tag_row
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.cool_hack
{
	position:absolute;
	top:0;
	left:0;
}










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