   #divtofade{
    width:100%;
   }
   .fader{
    filter      : alpha(opacity=0);
    width       : 100%;
    font-family : "Arial Rounded MT Bold",
                  "Bookman Old Style",
                  "Arial";
    font-size   : small;
    color       : #000000;
    background  : #ffffff;
    font-weight : normal;
   }

   #lyA{}.typed{
    font-family : "Bookman Old Style",
                  "Courier New";
    font-size   : medium;
    color       : #000000;
    background  : #ffffff;
   }

   a:link,a:visited,a:active,a:hover{
    text-decoration  : none;
    font-weight      : normal;
    color            : #000000;
    background       : #ffffff;
    font-family      : Arial;
    font-size        : xx-small;
   } 

   a.skip:link,a.skip:visited,a.skip:active{
    color            : #999999;
    background       : #ffffff;
    font-weight      : normal;
    text-decoration  : none;
    font-family      : Arial;
    font-size        : xx-small;
    }

   a.skip:hover{
    color            : #000000;
    background       : #ffffff;
    font-weight      : normal;
    text-decoration  : none;
    font-family      : Arial;
    font-size        : xx-small;
   }

   table {
    width  : 100%;
    height : 100%;
   }

   body {
    margin: 10%;
   }

