
body, html
{
   height: 100%;
   width: 100%;
}


h1
{
   font-family: sans-serif;
//   font-size: x-large;
   font-size: 5em;
   margin: 0px 0px 0px 0px;
}


body
{
   background-color: #cccccc;
   margin: 0px;
   font-family: sans-serif;
   font-size: small;
}

