Multi Colored Links When Hovering
With this tweak you can create multi colored links when hovering over the hyperlinked text.
Design--> Edit HTML--> Click Ctrl+F
A find/search bar will pop up and in the box you will input </head>
This will locate the </head> tag in your template. Just above the </head> tag place this code below.
<script type='text/javascript'>
//<![CDATA[
var rate = 20;
if (document.getElementById)
...