Hi,
It's simple, just use the class corresponding to the shipping or the payment area:
#hikashop_payment_methods legend{ font-size: 18px !important; }
#hikashop_payment_methods legend{ color:#990000 !important; }
#hikashop_shipping_methods legend{ font-size: 18px !important; }
#hikashop_shipping_methods legend{ color:#990000 !important; }
You should learn to use firebug to look at the HTML of pages and the class names in the tags. That way, you'll be able to find that yourself really easily.
And you have both lines on one line, you can do like that:
.hikashop_shipping_methods br{display:none;}
.hikashop_shipping_methods label,.hikashop_shipping_methods div{ display: inline !important; }