body { }
p { }
td { }

.cb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:link { 
	color: #680a0a; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
}

a:visited { 
	color: #680a0a; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	color: #680a0a; 
	text-decoration: underline; 
	font-weight: bold; 
}

.class { 
	color: #582c11; 
	font-size: 13px; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	line-height: 17px; 
}

.galleryThumb {
	float: left;
	width: 212px;
	margin: 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	opacity: 1;
	-moz-opacity:1; filter:alpha(opacity=100);
}

.galleryThumb:hover {
	cursor: pointer;
}

