/* sexy links on news posts on homepage */
.tp_articletext a
{
background-color: transparent;
text-decoration: none;
color: #766;
}

.tp_articletext a:hover
{
color: #A33;
border-color: #BBB;
border-width: 1px 0 1px 0;
border-style: dotted;
text-decoration: none;
}
