<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
BODY { 
	background-image: url('background.jpg');
	color: #000305;
	font-size: 87.5%
	font-family: Arial, 'Lucida Sans Unicode'
	line-height: 1,5;
	text-align: left;
} 

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #00BFFF;
}
a:hover, a:active {
	background-color: #00BFFF;
	color: #FFF;
}

.body {
	margin: 0 auto;
	width: 55%;
	clear:	both;
}

.mainheader img {
	width: 100%;
	height: auto;
	margin: 2% 0;
}

.mainheader nav {
	background-color: #666;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainheader nav ul li {
	float: left;
	display: inline;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;

}

.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a.visted {
	background-color: #00BFFF;
	text-shadow: none;

}

.mainheader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.content {
	width: 70%;
	float: left;
}

.topcontent {
	background-color:  #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.bottomcontent {
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;

}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%



}

.top-sidebar {
	width: 21%;
	float: left;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2% 0 2% 3%;
	padding: 2% 3%;

}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2% 0 2% 3%;
	padding: 2% 3%;
}

.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2% 0 2% 3%;
	padding: 2% 3%;
}

.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
	margin: 2% 0;
}


.mainFooter p {
	width: 92%;
	margin: 10px auto;
	color: #FFF;

}

@media only screen and (min-width: 150px) and (max-width: 600px)
{

.body {
	width: 90%;
	font-size: 95%;
	}

.mainheader img {
	width: 100%;
	}
.mainheader nav {
	height: 160px;
}
.mainheader nav ul {
	padding-left: 0 
}

.mainheader nav ul li {
	width: 100%;
	text-align: center;
}

.mainheader nav a:link, .mainheader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display: block;

}


.mainContent {
	line-height: 20px;

}

.content {
	width: 100%;
	float: left;
	margin-top: 2%;
}

.post-info {
	display: none;
.topcontent {
	background-color:  #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
}

.bottomcontent {
	margin-top: 3%;

}

.top-sidebar, .middle-sidebar, .bottom-sidebar {
	width: 94%;
	margin: 2% 0 2% 0;
	padding: 2% 3%;


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