﻿
.catalog
{
	list-style-type: circle; 
	line-height: 120%; 
	color: #f00; 
	font-size: 12px;
}
.catalog a:link, .catalog a:visited { color: #000; text-decoration: none; font-weight: normal; }
.catalog a:link:hover, .catalog a:visited:hover { color: #000; text-decoration: underline; font-weight: normal; }

.catalog_list
{
	list-style-type: circle; 
	line-height: 120%; 
	color: #f00; 
	font-size: 12px;
}

.catalog_list a:link, .catalog_list a:visited  { color: #D63F12; text-decoration: none; font-weight: bold;}
.catalog_list a:link:hover, .catalog_list a:visited :hover { color: #D63F12; text-decoration: underline; font-weight: bold;}
