/*
    Document   : styles.css (Base CSS Document)
    Author     : Leandro Antonello <
[email protected]>
*/
root { display: block; }
html, body { width:100%; height:100%; } 
body { margin:10px; font-family:sans-serif; font-size:20px; background-color:#99ccff; color: #336699; }