#catlist {
	font-family:georgia,times,serif;
}

#catlist a.products {
	color: #93ACC7;
	font-size:12px;
	font-family:georgia,times,serif;
	text-decoration: none;
}
#catlist a.products:link {
	text-decoration:none;
}
#catlist a.products:visited	{
	text-decoration:none;
}
#catlist a.products:active {
	text-decoration:none;
}
#catlist a.products:hover {
	text-decoration:underline;
}

#catlist p {
	color: #fff;
	font-size:12px;
}

#catlist li {
	color: #fff;
	font-size:12px;
	font-weight:normal;
}

#catlist b {
	color: #fff;
	font-weight:bold;
	font-size:12px;
}

#catlist a {
	color: #93ACC7;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}

#catlist a:hover {
	text-decoration:none;
}


