<!--
//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><font color="#E4EFFA"><font size="3" face="Century Gothic"><b><p align="left"><a>201 N. Charles Street • Suite 2300 • Baltimore, MD • 21201<br><a>Office: 410-332-1170<br><a>Fax: 410-837-0288<br><a>Email:<a class="InstantLink" href="mailto:lyndamdee@aol.com"> lyndamdee@aol.com</a></b></font><hr><p align="justify"><font face="Century Gothic" size="2" color="#E4EFFA"><a>The content of this website has been prepared by the Law Offices of Lynda Dee for general informational purposes only. It should not be considered legal advice. The information presented here is not intended to create an attorney-client relationship. Online readers and internet users should not act upon this information without first consulting Attorney Dee or another attorney. Please call 410-332-1170 before using this web site to submit confidential information. </a></p><p align="right"><font color="#E4EFFA"><font size="2" face="Century Gothic"><a>© 2001-2010 Lynda Dee. Baltimore, Maryland. All Rights Reserved.</a>');
//-->

