/*
 * tags.css : Tags
 *
*/

#content_center p.paperspy_tags
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
}

a.paperspy_tag:active, a.paperspy_tag:link, a.paperspy_tag:visited, span.paperspy_tag
{
	cursor: pointer;
	color: #0434E2;
	text-decoration: none;
}
a.paperspy_tag:hover, span.paperspy_tag_hover
{
	cursor: pointer;
	color: #038A00;
	text-decoration: underline;
}

a.paperspy_tag_simple:active, a.paperspy_tag_simple:link, a.paperspy_tag_simple:visited, span.paperspy_tag_simple
{
	cursor: pointer;
	color: #2E5AFA;
	text-decoration: none;
	padding-right: 2px;
}
a.paperspy_tag_simple:hover, span.paperspy_tag_simple_hover
{
	cursor: pointer;
	color: #2E5AFA;
	text-decoration: underline;
	padding-right: 2px;
}

a.paperspy_tag_bold:active, a.paperspy_tag_bold:link, a.paperspy_tag_bold:visited, span.paperspy_tag_bold
{
	cursor: pointer;
	font-weight: bold;
	color: #139C10;
	background-color: Transparent;
	text-decoration: underline;
}

a.paperspy_tag_bold:hover
{
	cursor: pointer;
	color: #139C10;
}