/* 
    Document   : arkusz4
    Created on : 2010-09-12, 11:25:24
    Author     : Alina
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    background-color: white;
}

#uwaga{color: red; font-size: 20px; font-family: Tahoma, Verdana, sans-serif;}
