/* 
Document   : common
Created on : 20.02.2009, 11:42:45
Author     : Maxim
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
body {
    margin:0;
    padding:0;
}
h1.appName {
    text-align:center;
    height: 50px;
    font-size: large;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.value {
    font-weight:bold;
    color:blue;
}
