Hi, here is a bit of what you need (copied from my stylesheet.css) I suspect you will go crazy when you get into it
body {margin: 0;background: #87CEEB;font-family: Arial,Helvetica,sans-serif;font-size: 85%;color: #444;line-height:22px;}/* change background color was #fff -white cannot see with white writing change to #87CEEB light blu */
/*bof basic elements*/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#444;text-decoration:none;} /* #444 grey now #87CEEB light blu*/
a:visited {color: #000;text-decoration:none;}/* was #444443 now Green #000 black changes colours of the breadcrumbs*/
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #f99d30;}/* Was #000 top cat changes to orange on hover buy orange #f99d30 */
a:active {color:#444443;}
Andy