2
if it was that simple those commands would have been added already..
what you need to do is edit the stylesheet via adminCP in ipb
and change each to match your existing theme style.css
ie.
a:link, a:visited, a:active { text-decoration: none; color: #ffffff }
a:hover { text-decoration: none; color: #cc3333 }
make these match your style.css etc
things like:
.row1 { background-color: #666666 }
.row2 { background-color: #333333 }
.row3 { background-color: #666666 }
.row4 { background-color: #333333 }
.darkrow1 { color: #ffffff; background-color: #515050 }
.darkrow2 { color: #ffffff; background-color: #666666 }
.darkrow3 { color: #ffffff; background-color: #333333 }
these affect the forum page colours etc..
for a guide on ipb stylesheets:
go here:
http://www.invisionpower.com/documentation/showdoc.php?page=108