I need to convert something that goes like:
<STYLE type="text/css">
a.link:link{color: #000080; text-decoration: underline;}
a.link:visited{color: #000080; text-decoration: underline;}
a.link:hover,active {color:#EE8800; text-decoration: none;}
</STYLE>
to an in-line style <a href="@" style="...">
is there any way to do that?