#innercontent   a:link	    { color: rgb(45,90,180); }
#innercontent   a:visited   { color: rgb(30,60,120); }
#innercontent   a:hover     { color: rgb(60,120,240);  text-decoration: underline; }
#innercontent   a:active    { color: rgb(30,60,120); background: rgb(230, 250, 255); }

#innercontent  .box a:link 	{ color: rgb(120,60,30); }
#innercontent  .box a:visited 	{ color: rgb(60,20,10); }
#innercontent  .box a:hover 	{ color: rgb(240,120,60);  text-decoration: underline; }
#innercontent  .box a:active 	{ color: rgb(60,20,10); background: rgb(255, 250, 230); }

#innercontent  .floatbox a:link 	{ color: rgb(120,60,30); }
#innercontent  .floatbox a:visited 	{ color: rgb(60,20,10); }
#innercontent  .floatbox a:hover 	{ color: rgb(240,120,60);  text-decoration: underline; }
#innercontent  .floatbox a:active 	{ color: rgb(60,20,10); background: rgb(255, 150, 230); }



