/* "I Like Em White!" video gallery thumbs 384x288 design v.2 stylesheet */

body {
	background-image: url(../images/ilikeemwhite_bg1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #707070;
	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 {
	width: 860px;
	background-image: url(../images/ilikeemwhite_bg2.jpg);
	border: 4px double #CC0000;
}

.thumb {
	height: 288px;
	width: 384px;
	border: 2px solid #CC0000;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

a:hover .thumb {
	border: 2px solid #FF0000;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

.tx1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

