// This scripts available from - http://www.viewsource.dk
// LOts of free Java Applets, DHTML and Javascript

// *****   This goes in the head section   *****

<style>
TD.format
{
    COLOR: blue;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bolder    
}

TD.format A	
{
    background-color: FF0000;
}	

TD.format A:active
{
    COLOR: red;
    FONT-SIZE: 13px;
    TEXT-DECORATION: none
}

TD.format A:link
{
    COLOR: 8080ff;
    FONT-SIZE: 13px;
    background-color: 0000FF;
    TEXT-DECORATION: none
}
TD.format A:visited
{
    COLOR: 8080ff;
    FONT-SIZE: 13px;
    TEXT-DECORATION: none
}
TD.format A:hover
{
    COLOR: red;
    FONT-SIZE: 13px;
    background-color: 000000;
    TEXT-DECORATION: none
}
</style>


// *****   This goes in the body section   *****

<table border=0 cellspacing=2 cellpadding=0>

<tr>
<td class=format><a href="http://www.viewsource.dk">&nbsp;&nbsp;www.viewsource.dk&nbsp;&nbsp;</a></td>
</tr>
<tr>
<td class=format><a href="http://www.viewsource.dk">&nbsp;&nbsp;www.viewsource.dk&nbsp;&nbsp;</a></td>
</tr>
<tr>
<td class=format><a href="http://www.viewsource.dk">&nbsp;&nbsp;www.viewsource.dk&nbsp;&nbsp;</a></td>
</tr>

</table>