/* External CSS file for www.hancockonline.net web site */
/* Filename 'style1.css' as of 2 June 2005              */

A:link    { text-decoration: underline; color: #0000ff; }                       /* make unvisited links blue */
A:visited { text-decoration: underline; color: #ff0000; }                       /* make visited links red    */
A:active  { text-decoration: underline; color: #800080; }                       /* link purple when clicked  */
A:hover   { text-decoration: underline; color: #0000ff; background: #ffc0cb; }  /* blue on pink on hover     */  






































