.bkgrnd {  background-image: url(decor/img_members.jpg); background-repeat: no-repeat; background-position: right}

#FFCC00 = light orange
#FF9900 = orange
#FF6600 = dark orange
#FFFFCC = light yellow
#FFFF99 = yellow

A.normal:link {text-decoration: underline; color: #FFCC00}
A.normal:visited {text-decoration: underline; color: #FFCC00}
A.normal:active {text-decoration: underline; color: #FF9900}
A.normal:hover {text-decoration: underline; color: #FF9900}

A.yellow:link {text-decoration: underline; color: #FFFF99}
A.yellow:visited {text-decoration: underline; color: #FFFF99}
A.yellow:active {text-decoration: underline; color: #FFCC00}
A.yellow:hover {text-decoration: underline; color: #FFCC00}

A.orange:link {text-decoration: none; color: #FFCC00}
A.orange:visited {text-decoration: none; color: #FFCC00}
A.orange:active {text-decoration: underline; color: #FFFFCC}
A.orange:hover {text-decoration: underline; color: #FFFFCC}