a:link,
	a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: white;
}
ul.thumb {
	float: left;
		   list-style: none;
	margin: 0px; padding: 10px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
		   -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: none;
	padding: 5px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	border: none; /* Get rid of border on hover */
}
table#t {
	margin-top: 20px;
}

.delicious-tags ul {
	text-align: center;
}

.Row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.Column {
    display: table-cell;
    background-color: red; /*Optional*/
}
