.test ul{
	list-style:none;
	height:80px;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
.test li{
	float:left;
	width:33%;
	height:80px;
	text-align: center;
	overflow: hidden;
	line-height: 80px;
	font-size: 24px;
	background-color: #33CCFF;
	margin-left: 3px;
}
.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-decoration: underline;
	background-color: #FF9;
	margin-top: 5px;
	font-style: italic;
	width: 200px;
}
.Text {
	font-family: "MS PGothic";
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #39F;
	border-left-width: 10px;
	border-left-style: outset;
	border-left-color: #00F;
	margin-left: 5px;
	padding-left: 5px;
}

.test a:link{
	color:#FFF;
	text-decoration:none;
	display:block
}

.test a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	background-color: #00F;
}
