How do I change the link colors in the the sidebar. they stay blue, while the other links in the sidebar DO change. I'm pretty much a newb when it comes to CSS.
this is the current code:
/* ------------------------------------------------------ Sidebar
----------------------------------------------------------------------------------------*/
#sidebar {float:right;width:280px;background:#f6ffe6;padding:6px;}#sidebar h2 {font-family:"Trebuchet MS", Arial, helvetica, sans-serif;color:#84aab8;font-size:16px;text-transform:none;padding-top:8px;padding-bottom:3px;font-style:italic;text-align:left;border-bottom: double #F7EBAF}
#sidebar ul, ul li, li {list-style-type: none;list-style-position: inside;padding:0;margin:0;}
#sidebar ul li a:hover {background:#e0f6c3;color:#4f9a99;text-decoration: none;}
#sidebar ul li a {font-family:tahoma, Arial, Helvetica, sans-serif;font-size:11px;color:#84aab8;padding-left:4px;display: block;border-bottom: 1px solid #F7EBAF;padding-left: 4px;margin-right:10px;text-decoration:none;font-weight:300;}
#sidebar ul li a:hover {background:#e0f6c3;color:#4f9a99;text-decoration: none;}
Any help is GREATLY appreciated!