/*
/////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2010  Wolfgang Kowarschick
//
// Permission is granted to copy, distribute and/or modify this document
// under the terms of the WK License, Version 1.0 (WKL 1.0) or any later
// version published by Wolfgang Kowarschick.
/////////////////////////////////////////////////////////////////////////////////
*/

@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

s|Label
{
  fontFamily: Verdana;
  fontSize: 48;
  fontWeight: bold;
}
  