.year{
	text-decoration:none;
	color: #DDF;
	display: inline-block;
	background-color:#222;
	width:60px;
	margin:1px 1px ;
}
.year:active {color: #BBF}
.year:hover {color: #BBF}



#year_btn {
  background: #333;
  background-image: -webkit-linear-gradient(top, #777, #333);
  background-image: -moz-linear-gradient(top, #777, #333);
  background-image: -ms-linear-gradient(top, #777, #333);
  background-image: -o-linear-gradient(top, #777, #333);
  background-image: linear-gradient(to bottom, #777, #333);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 5px;
  text-shadow: 1px 1px 7px #3d133d;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:2px #AAA groove;
}

#year_btn:hover {
  background: #bfd7e6;
  background-image: -webkit-linear-gradient(top, #bfd7e6, #4e7994);
  background-image: -moz-linear-gradient(top, #bfd7e6, #4e7994);
  background-image: -ms-linear-gradient(top, #bfd7e6, #4e7994);
  background-image: -o-linear-gradient(top, #bfd7e6, #4e7994);
  background-image: linear-gradient(to bottom, #bfd7e6, #4e7994);
  text-decoration: none;
}