/* CSS Document */

.buylinks a:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;

}
.buylinks a:visited {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;


}
.buylinks a:hover {
	text-decoration: underline;
	color: #FF6633;


}
.buylinks a:active {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
