body
{
background-color : #FFFFFF;

   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;


}

#grand
{
border-style:dotted;
font-family : Arial;
font-size:5em;
}

.surprise
{
display:none;
}

