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

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

a:hover		{ 
		  		color: #cc3333;
		  		text-decoration: underline;
			}
			

.link		{
				text-decoration: underline;
			}
		
			
.listprice	{
				text-decoration: line-through;
			}
			
.ourprice	{
				color: #cc3333;
			}
		
