<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #EAFFEA;
	background: -webkit-radial-gradient( 50% 50%, #E9EF8B, #FFFFFF);
	background: -moz-radial-gradient( 50% 50%, #E9EF8B, #FFFFFF);
	background: -ms-radial-gradient( 50% 50%, #E9EF8B, #FFFFFF);
	background: -o-radial-gradient( 50% 50%, #E9EF8B, #FFFFFF);
	background: radial-gradient( 50% 50%, #E9EF8B, #FFFFFF);
	background-attachment: fixed;
}
a {
	color: #3399FF;
}
a:hover {
	color: #84ACFF;
}
#wrapper {
	max-width: 900px;
	margin: 0px auto 0px auto;
}
#header {
	max-width: 100%;
	margin: 15px auto 0px auto;
	padding: 15px 6% 5px 6%;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.355);
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	
	background-color: #C1D08C;
	background: -webkit-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -moz-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -ms-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -o-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: linear-gradient( bottom, #6D7221, #E9EF8B );
	
	position: relative;
	z-index: 1000;

}
#header_content {
	max-width: 840px;
	margin: 0px auto 0px auto;
}
#title {
	height: 85px;
	max-width: 300px;
	float: left;
}
#title img {
	max-width: 100%;
	height: 70px;
}
#nav {
	float: left;
	margin: inherit auto inherit auto;
}
#nav &gt; li {
	list-style-type: none;
	display: inline-block;
	line-height: 3em;
}
#nav &gt; li &gt; a {
	padding: 10px 10px 13px 10px;
	text-decoration: none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	color: white;
	border: 1px transparent solid;
	border-radius: 10px;
	text-shadow: 0px 0px 5px rgba(225, 225, 225, 0.555);
	
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	-o-transition:  background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
#nav &gt; li &gt; a:hover, nav &gt; ul &gt; li &gt; a.active {
	color: white;
	background-color: #6D7221;
	text-shadow: 0px 0px 20px rgba(225, 225, 225, 1);
	text-decoration: none;
	border: 1px solid #686716;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.555);
}
#container {
	max-width: 100%;
	padding: 30px 10% 40px 10%;
	margin: 0px auto 0px auto;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.355);
	
	position: relative;
	z-index: 500;
}
#container_content {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	color: #1E1E1E;
	line-height: 1.5em;
}
#profile_img {
	width: 25%;
	float: right;
	margin: 5%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
#footer {
	max-width: 100%;
	height: 100px;
	margin: 0px auto 15px auto;
	padding: 0px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.355);
	border-radius: 0px 0px 8px 8px;
	
	background-color: #C1D08C;
	background: -webkit-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -moz-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -ms-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: -o-linear-gradient( bottom, #6D7221, #E9EF8B );
	background: linear-gradient( bottom, #6D7221, #E9EF8B );
	
	position: relative;
	z-index: 8000;
}
#footer_content {
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #445F29;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #445F29;

}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #445F29;

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