/* collection specific styles - override and supplement basic global styles in textclass.css     */

/* redefining properties of links so that they are underlined normally and when hovered over*/
A {  text-decoration: underline }
A:hover { text-decoration: underline }
A.nav {  color: #FFFFFF;  text-decoration: none }
A.nav:hover { text-decoration: none } 

/*  other misc body styles   */

.hilite { font-weight: bold; color: #CC0000 }