Ciao Gabry060791,
penso che conti1 intendesse di scrivere un css per il componente in modo che non influenzi il resto. Prova ad incollare questo al fondo del file template.css
#component-contact a {
color: yellow;
text-decoration: underline;
}
#component-contact td {
color:yellow;
}
#contact_subject, #contact_name, #contact_email, #contact_text {
background:#000;
color:#FFF;
}