style "window"
{
  fg[NORMAL] = { 1.0, 1.0, 1.0 }
  bg[NORMAL] = { 0.97, 0.70, 0.43 }
}

style "label"
{
  fg[NORMAL] = { 1.0, 1.0, 1.0 }
  bg[NORMAL] = { 0.97, 0.70, 0.43 }
  font = "-*-helvetica-bold-r-*-*-*-*-*-*-*-*-*-*"	
}
  
style "button"
{
  fg[PRELIGHT]    = { 0.0, 1.0, 1.0 }
  bg[PRELIGHT]    = { 0.0, 0.0, 1.0 }
  bg[ACTIVE]      = { 1.0, 0.0, 0.0 } 
  fg[ACTIVE]      = { 1.0, 1.0, 1.0 }
  bg[NORMAL]      = { 0.0, 0.0, 0.0 }
  fg[NORMAL]      = { 1.0, 1.0, 1.0 }  
  bg[INSENSITIVE] = { 1.0, 1.0, 1.0 }
  fg[INSENSITIVE] = { 1.0, 0.0, 1.0 }
}

widget_class "GtkWindow"        style "window"
widget_class "GtkDialog"        style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*GtkButton*"      style "button"
widget_class "GtkLabel"         style "label"
