<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#year_content {
	background-color:#FFF;
	padding:5px;
	-webkit-box-shadow: 0 4px 4px -2px #d9d9d9;
       -moz-box-shadow: 0 4px 4px -2px #d9d9d9;
            box-shadow: 0 4px 4px -2px #d9d9d9;	
}

.year_menu {
	width:100px;
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	float:left;
}
.year_menu li {
    display: block;
	width:88px;
	height:20px;
	background-color:#FFF;
	border:#ccc solid 1px;
	margin:0 5px 5px 5px;
	padding:18px 0;
	text-align:center;
	-webkit-box-shadow: 0 4px 4px -2px #d9d9d9;
       -moz-box-shadow: 0 4px 4px -2px #d9d9d9;
            box-shadow: 0 4px 4px -2px #d9d9d9;	
}
.year_menu li a{
	display: block;
	color: #444;
	text-decoration:none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.year_menu:hover li a{
	text-shadow: 0px 0px 10px #444;
	/*color: transparent;*/
	color:rgba(0,0,0,0.1);
}
.year_menu li a:hover{
	text-shadow: 0px 0px 1px #444;
	color:#444;
}
.year_menu li:active {
	background-color:#ED7600;
}
.year_menu li a:active {
	color:#FFF;
}

#section02 {
	margin-left:120px;
	font-size:14px;
}
#section02 table {
	width:99%;
}
#section02 a {
	text-decoration:none;
}
#section02 a:hover {
	color:#ED7600;
}
#section02 caption {
	padding:5px;
	font-size:24px;
	text-align:left;
}
#section02 table {
	margin-bottom:30px;
}
#section02 th:nth-child(1) {
	width:120px;
}
#section02 th:nth-child(2) {
	width:360px;
}
#section02 th:nth-child(4) {
	width:140px;
}
	

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