/* aroshi.de style sheet: */
   div { font-family: Verdana, "Lucida Sans Unicode", sans-serif;
     color:#3DB7FF; text-align:center;
     text-shadow: 8px -8px 50px yellow;
     }
   html {
     display:table;
     height:100%;
     width:100%;
     }
   body {
     background:radial-gradient(circle, #FFFFFF 15%, #3DB7FF 84%);
     display:table-cell;
     vertical-align:middle;
     }