.text0 {
	background-color: #738ae6;
	font-size: 14px;
}

.text1 {
	background-color: #ffffff;
	font-size: 12px;
}

.text2 {
	background-color: #ddeaec;
	font-size: 12px;
}



#box a {
	border-style: solid;
	border-color: silver;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border-bottom: solid silver;
}

#box a:hover {
	display: block;
	width: 150px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	border-bottom: solid #336699;
}


