/* CSS definition file containing sitestyle stylesheets */ <br>
BODY { <br>
; <br>
color: #333333; <br>
; background-color: #FFFFFF <br>
} <br>
a:link{ <br>
color: #000066; <br>
text-decoration: none; <br>
} <br>
a:visited{ <br>
color: #336666; <br>
text-decoration: none; <br>
} <br>
a:active{ <br>
color: #669999; <br>
text-decoration: none; <br>
} <br>
a:hover{ <br>
color: #0099CC; <br>
text-decoration: underline; <br>
} <br>
