*{
   margin:0;
   padding:0;
   border: none;
   text-decoration:none;
   list-style:none;
   font-size:100%;
   font-style:normal;
   font-weight:normal;
}
a:link
{
   text-decoration:underline;
   color: #289000;
}
a:visited
{
   text-decoration:underline;
   color: #599000;
}
a:hover
{
   text-decoration:underline;
   color: #982000;
}
a:active
{
   text-decoration:underline;
   color: #599000;
}
body {
   text-align:left;
   background-color:#ffffff;
}
 
#wrapper {
   font-size:14px;
   color: #555555;
   width: 320px;
   height:320px;
   margin-top:0px;
   margin-left : 0px;
   margin-right : auto ;
}
 
#myCanvas {
   margin-top:0px;
   background-color: #DDDDDD;
   border: 0px solid #ffffff;
}
