/*
    Document   : styles.css (Base CSS Document)
    Author     : Leandro Antonello <lantonello@gmail.com>
*/

root { display: block; }
html, body { width:97%; height:97%; } 
body { margin:10px; font-family:sans-serif; font-size:20px; background-color:#99ccff; color: #336699; }

a:link {
  color: #0000EE;
}

a:visited {
  color: #0000EE;
}