.pubscontent
{
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 10px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
}
.pubscontent td
{
	padding: 5px;
	margin: 0;

}
/* links */
.pubscontent a:link
{
	text-decoration: underline;
	color: #103066;
	background: transparent;
}
.pubscontent a:visited
{
	text-decoration: underline;
	color: #103066;
	background: transparent;
}
.pubscontent a:hover
{
	text-decoration: none;
	color: #091A37;
	background: transparent;
}

.pubscontent a:active
{
	text-decoration: none;
	color: #091A37;
	background: transparent;
}

