Hi ,
this is what bluevoda created Code:
// -->
</SCRIPT>
<STYLE type="text/css">
a.oldtorank:link {color: #800000;text-decoration: none;}
a.oldtorank:visited {color: #800000;text-decoration: none;}
a.oldtorank:active {color: #800000;text-decoration: none;}
a.oldtorank:hover {color: #00FF00;text-decoration: underline;}
a.dadasfx:link {color: #FF8000;text-decoration: none;}
a.dadasfx:visited {color: #FF8000;text-decoration: none;}
a.dadasfx:active {color: #FF0000;text-decoration: none;}
a.dadasfx:hover {color: #FF8000;text-decoration: underline;}
a.contact:link {color: #808080;font-style: italic;text-decoration: none;}
a.contact:visited {color: #808080;font-style: italic;text-decoration: none;}
a.contact:active {color: #FF0000;font-style: italic;text-decoration: none;}
a.contact:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
a.forum:link {color: #808080;font-style: italic;text-decoration: none;}
a.forum:visited {color: #808080;text-decoration: none;}
a.forum:active {color: #FF0000;font-style: italic;text-decoration: none;}
a.forum:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
</STYLE> And this is what I need Code:
// -->
</SCRIPT>
<STYLE type="text/css">
a.oldtorank:link {color: #800000;text-decoration: none;}
a.oldtorank:visited {color: #800000;text-decoration: none;}
a.oldtorank:active {color: #800000;text-decoration: none;}
a.oldtorank:hover {color: #00FF00;text-decoration: underline;}
a.dadasfx:link {color: #FF8000;text-decoration: none;}
a.dadasfx:visited {color: #FF8000;text-decoration: none;}
a.dadasfx:active {color: #FF0000;text-decoration: none;}
a.dadasfx:hover {color: #FF8000;text-decoration: underline;}
a.contact:link {color: #808080;text-decoration: none;}
a.contact:visited {color: #808080;text-decoration: none;}
a.contact:active {color: #FF0000;text-decoration: none;}
a.contact:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
a.forum:link {color: #808080; text-decoration: none; font-size:11px; font-style: italic;}
a.forum:visited {color: #808080; text-decoration: none; font-size:11px; font-style: italic;}
a.forum:active {color: #FF0000; text-decoration: none; font-size:11px; font-style: italic;}
a.forum:hover {color: #808080; text-decoration: none; font-size:11px; font-style: italic; font-weight: bold; }
</STYLE> How ???? HEPL PLS