@media all
{
	.catalog
		{
		font-family: arial;
		font-weigth: bold;
		}
	.item
		{
		font-family: times;
		font-weight:normal;
		}		
}
