@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("playstarfleet.com") {
#content.galaxy .planets .planet.friendly td {
       background-image: none!important;
       background-color:#004000 !important;}
 #content.galaxy .planets .planet.own td {
        background-image: none!important;
        background-color: #994700 !important;}
 #content.galaxy .planets .planet.hostile td {
        background-image: none!important;
        background-color: #550000 !important;}
}
