Brilliance Skin Problem

Dear Fellows hi i am having some problem with stylesheet i hope you will help in this case now the problem is whenever i am putting my style.css code in front_page.tpl file it was changing some of my side menu color + text color also i tried to put in other files also but same result i am doing this.

i am putting this code in front_page.tpl to change my table colors

<style type="text/css">
table, td, th
{
border:1px solid green;
}
th
{
background-color:green;
color:white;
}
</style>

and it was showing this changing my side menu colors.

This is what I use for my tables…

<table width="100%" border="1" bgcolor="#173D15">

I changed the color to the green you have in your image.

BTW…that code goes where it says <table> where your table is located in your .tpl

Jeff that stylesheet is for the whole table not only for background color the code which i have pasted is only example i am using live flight board on my front page when i put that code it was changing my side menu colors text colors automatically dont know why?

Is there any expert who can help me in this… please please help me out?