Hehe, what fun Proxo is.

Exactly like that.

Now I have styles for, email, javascript, redirects and image links. Thanks Jor!

I have them setup like this.....
---------
/* Make sure links appear the way I want them to */
a.new:link
{
color: #008000; text-decoration : none;
}
a.new:hover
{
text-decoration : none;
}
a.new:visited
{
text-decoration : line-through;
}
a.email:before
{
content : "Email: "; font-size: smaller;
}
a.email:link
{
text-decoration : underline;
}
a.email:visited
{
text-decoration : underline line-through;
}
a.email:hover
{
text-decoration : none; border: thin solid #008000;
}
a.script:link
{
text-decoration : none;
}
a.script:visited
{
text-decoration : line-through;
}
a.script:hover
{
text-decoration : none; border: thin dashed blue;
}
a.image:before
{
content : " "; font-size: smaller;
}
a.image:link
{
text-decoration : none;
}
a.image:visited
{
text-decoration : line-through overline;
}
a.image:hover
{
text-decoration : none; border: thin dashed #008000;
}
a.bypass:link
{
text-decoration : none;
}
a.bypass:visited
{
text-decoration : line-through;
}
a.bypass:hover
{
text-decoration : none; border: thin dashed #dd0000;
}
#BPM-supero:hover
{
text-decoration : none; border: thin dashed #dd0000;
}
#BPM-supero:visited
{
text-decoration : line-through;
}
A.BPM-supero-d
{
font: 9pt verdana; color: #b22222;
text-decoration: none; position: relative; top: -6px; left: -11px;
}
A.BPM-supero-d:hover
{
font: 9pt verdana; color: #b22222;
text-decoration: none; position: relative; top: -6px; left: -11px; border: thin dashed #dd0000;
}
A.BPM-supero-d:visited
{
font: 9pt verdana; color: #ffffff;
text-decoration : line-through; position: relative; top: -6px; left: -11px;
}
--------
"Imagination is more important than knowledge" - Einstein