/* responsible for formatting title and separator */
p.tags
{
	font-size: 13px;
	font-weight: bold;
}
/* responsible for formatting tags */
p.tags a
{
	font-size: 12px;
	text-decoration:none;
	color:#999999;
}

p.tags a:hover
{
	color:#0000FF;
}	

.tagLink a
{
	color:#666666;
}