.contents {
	background-color: #FFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
.line1234 {
	border: 1px solid #99B722;
}
a:link.info {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a:visited.info {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

a:hover.info {
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}
a:link.sample {
	font-weight: bold;
	color: #FFF;
}


a:visited.sample {
	font-weight: bold;
	color: #FFF;
}
a:hover.sample {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
