.itemBorder {
	border: 1px solid black
}
.itemText {
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.itemText:hover {
	color: #F40000;
}
