a:link,a:visited,a:active {
	color:#990000;
	text-decoration:underline;
}

a:hover {
	color:#ffff00;
	font-weight:700;
	text-decoration:underline;
}

input.year {
	width:40px;
	text-align:center;
	background-color:#FFFFE0;
}

.msgbox {
	width:760px;
	background-color:#F8F8FF;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	margin:16px 0 4px;
	padding:0.5em;
}

