/* LINKS */

/* these three make it so links are not underlined */
A:link    { text-decoration: none } 
A:active  { text-decoration: none }
A:visited { text-decoration: none }

/* hover only works for ie4 users */
A:hover   { text-decoration: underline }

