.blackcolor {color: #000000}

a.buy:link 
		{
		color: #FFFFFF;
		font-size: 11px;
		font: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		}


a.buy:visited 
		{
		color: #FFFFFF;
		font-size: 11px;
		font: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		}

a.buy:hover 
		{
		color: #FFFFFF;
		font-size: 11px;
		font: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration:underline;
		font-weight: bold;
		}