@charset "utf-8";
/* 代码整理：易站站长网 yizhanzzw.com */
body {
	font: 12px/120% Georgia, Times, serif;
	background-color: #212121;
	color: #aaa;
}
.code {
	width: 500px;
	margin: 40px auto 0 auto;
}
* {
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #666;
	padding: 0 5px;
}
a:hover {
	color: #fff;
}
ul {
	list-style-type: none;
	display: none;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 20px;
}
ul.simple {
	height: 560px;
}
ul.colors li {
	padding: 20px;
	font: bold 12px/130% Arial, sans-serif;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.colors li:hover {
	-webkit-transform: scale(1.2);
	cursor: pointer;
}
.red {
	background-color: #FF0000;
}
.brick {
	background-color: #FF3300;
}
.orange {
	background-color: #FF8000;
}
.yellow {
	background-color: #FFDD00;
}
.lime {
	background-color: #ABFF00;
}
.green {
	background-color: #45FF00;
}
.bondi {
	background-color: #00FF79;
}
.aqua {
	background-color: #00FFE0;
}
.blue {
	background-color: #0055FF;
}
.navy {
	background-color: #1800FF;
}
.purple {
	background-color: #7800FF;
}
.violet {
	background-color: #C000FF;
}
.pink {
	background-color: #FF00E6;
}
ul.months {
	font-size: 18px;
	font-family: Arial, sans-serif;
}
ul.months li {
	padding: 10px;
}
ul.colors {
	height: 250px;
	margin-bottom: 60px;
}
.winter {
	border-left: solid #06f 5px;
}
.spring {
	border-left: solid #3c6 5px;
}
.summer {
	border-left: solid #c00 5px;
}
.fall {
	border-left: solid #fc0 5px;
}
.winter.left {
	border-right: solid #06f 5px;
	border-left: none;
}
.spring.left {
	border-right: solid #3c6 5px;
	border-left: none;
}
.summer.left {
	border-right: solid #c00 5px;
	border-left: none;
}
.fall.left {
	border-right: solid #fc0 5px;
	border-left: none;
}
header {
	display: block;
	width: 500px;
	margin: 50px auto;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: #000 1px 1px 2px;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 50px;
	line-height: 130%;
}
h4 a, h4 a:link, h4 a:visited {
	color: #fff;
	text-decoration: underline;
}
footer {
	display: block;
	font-size: 12px;
	width: 500px;
	margin: 100px auto 50px auto;
	color: #999;
}
/* 代码整理：易站站长网 yizhanzzw.com */