/* @PimpRoll "Girls With Nuts" video gallery thumbs 384x288 design v.1 stylesheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #144E68;
	background-image: url(../images/girls-with-nuts_bg.gif);
	background-attachment: fixed;
}
table {
	background-color: #000000;
	width: 820px;
	border: 2px solid #CC9900;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 288px;
	width: 384px;
	margin: 5px;
	border: 2px solid #FFCC00;
}
a:hover .thumb {
	border: 2px solid #FF0033;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}
.tx2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}
a:link {
	color: #33CCCC;
	text-decoration: none;
}
a:active {
	color: #33CCCC;
	text-decoration: none;
}
a:visited {
	color: #33CCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}

