body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #000000;
	background-image: url(rap_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
table {
	background-color: #000000;
	border: 2px dotted #FF9900;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	margin: 5px;
	height: 288px;
	width: 384px;
	border: 2px solid #999999;
}
a:hover .thumb {
	border: 2px solid #CC0000;
}
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;
}
.ban {
	margin: 10px;
	border: 1px solid #999999;
	background-color: #000000;
}

