.extlink {
        padding-right:12px;
        background-image:url(/images/aoutside.gif);
        background-position:right;
        background-repeat:no-repeat;
}

/* Hover links on paragraphs */
p {
color: #333333
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a {
color: blue;
text-decoration: underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
color: red;
}

/* End paragraph hover links */
