/* @ARS "Ghetto Bois" video gallery thumbs 400x300 design v.1.1 stylesheet */
body {
	background-color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	background-color: #000000;
	border: 3px dotted #FFFF00;
	width: 840px;
}
.thumb {
	height: 300px;
	width: 400px;
	border: 2px solid #FF6600;
	margin: 4px;
}
a:hover .thumb {
	border: 2px solid #FF0000;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
}
.linkpic {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a:hover .linkpic {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}

