/* @PipRoll "Rap Video Auditions" video gallery thumbs 384x288 design v.1 */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #000000;
	background-image: url(../img/rap_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
table {
	background-color: #000000;
	border: 2px dotted #FF9900;
	width: 840px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 288px;
	width: 384px;
	border: 2px solid #CC6600;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 2px solid #CC0000;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 13px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}

