@charset "utf-8";
div{
    border:3px;
   list-stle-type: circle;
   margin:0px ;
   padding:0px ;
   border-left-width: 2px;
   border-left-style: outset;
   border-left-color: #CDE;
   font-family: Comic ;
   color: # 101;
   text-decoration: inherit;
   font-size: 31px;
   
   padding: 6px;
   
   border-bottom-width:1px ;
   border-bottom-style: outset;
   border-bottom-color: #CDE;
   background-color: #EAEAEA;
   
   border-top-style:outset; ;
   border-top-color: #CDE;
   border-right-width: 1px;
   border-right-style: outset;
   border-right-color:#CDE;
}

