/*
*************************************************
* --- Created JULY 12 2009 --- By Barbie Foster *
* Barbiegirl  http://userstyles.org/users/13023 *
* TITLE: BOLDER - Tab Text (For Selected Tab)   * 
* http://userstyles.org/styles/19480            *
*************************************************
*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/*DEFAULT font size is 12px */

 .tabbrowser-tabs tab[selected='true']
{
/*color: black !important;*/
/*font-size: 13px !important;*/
/*font-family: microsoft sans serif !important;*/

text-shadow: 1px 1px 0px !important;
font-weight:bold !important;
}


/*////////////////////////////////////////////////////*/

/*END*/