body {
	background-color: #000000;
}

a:link {color: #FFFF00; text-decoration: underline; }
a:visited {color: #FFFF00; text-decoration: underline; }
a:hover {color: #FF0000; text-decoration: underline; }
a:active {color: #FFFF00; } 

}

.border {
	border: thin solid #000000;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
hr {
	border: 1px solid #FFCC00;
}
.obscenity {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	background-image: url(images/buy_button.png);
	width: 100px;
	text-align: center;
	height: 30px;
	background-position: center;
		
}

.floatright {
	padding: 5px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFF00;
	width: 150px;

}

