/***A:link is the color of the underline - A:visited is the color of the visited underline.
.kimmer is the color of the font------Must keep all of this style intact!***/


A {TEXT-DECORATION: none}
A:link {	COLOR: #ff0000; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}
A:visited {	COLOR: #FDD671; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}
A:hover {	TEXT-DECORATION: underline}
.kimmer {COLOR: #778899; FONT-FAMILY:Tahoma}
