<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
var coldColor = "#FD9CA9"
var hotColor  = "#00FFFF"
var motionPix = "0"

var a='<style>'+
'A.InstantLink:link {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;'+
'  }'+  
'A.InstantLink:visited {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;}'+  
'A.InstantLink:active {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;'+
'  }'+  
'A.InstantLink:hover {'+
'  color:'+hotColor+';'+
'  text-decoration:underline overline;'+
'  padding:0 0 0 '+motionPix+';'+
'  }'+
'</style>'
if (document.all || document.getElementById){
    document.write(a)
}
document.write('<hr><p align="center"><font size="3" face="Century Gothic"><font color="#FD9CA9"><a class="InstantLink" href=http://lyndadeelaw.com> Home </a> <a>|</a><a class="InstantLink" href=http://lyndadeelaw.com/dd.html> DUI/DWI Court Cases </a> <a>|</a><a class="InstantLink" href=http://lyndadeelaw.com/mva.html> DUI/DWI &amp; the MVA </a> <a>|</a><a class="InstantLink" href=http://lyndadeelaw.com/poa.html> Wills/POA </a> <a>|</a><a class="InstantLink" href=http://lyndadeelaw.com/auto.html> Automobile Accidents  </a><a>|</a><a class="InstantLink" href=http://lyndadeelaw.com/solicit.html> Solicitation </a> <br><hr>');
//-->