@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

menu,menuitem {
font-family:tahoma !important;
font-size:9pt !important;
}

textarea,textbox {
font-family: tahoma !important;
font-size: 10pt !important;
font-weight: bold !important;
}

#urlbar {
  color: blue !important;}

.searchbar-textbox {
  color: darkblue !important;}

menuitem[label="Copiar"] {    /*Change "Copiar" for "Copy" if english build*/
color: #3333FF !important; 
font-family: tahoma;
 font-size: 10pt !important;
 font-weight: bold !important; }

menuitem[label="Pegar"] {    /*Change "Pegar" for "Paste" if english build*/
color: #993399 !important; 
font-family: tahoma;
 font-size: 10pt !important;
 font-weight: bold !important; }