body{
 background-color: lightgreen;
 color: black;
 font-size: 15px;
 margin-top:30px;
 margin-bottom:30px;
 text-align:center;
 font-weight:bold;
 }

.mainBox{
 width:350px;
 background-color: green;
 color:white;
 font-family:  TT-ȐMP;
 font-size: 30px;
 text-align:center;
 font-weight:bold;
 border-width:2px;
 border-color:#999;
 border-style:solid;
 margin-bottom:20px;
}

.img{
  margin-bottom:20px;
  clear:left;
}
table{
  border-width:2px;
  border-color:#999;
  border-style:solid;
  width:600px;
  font-family: lr oSVbN;
  font-size: 13px;
  line-height:20px;
  margin-top:20px;
}

td{
  background-color:#FFF;
  border-width:1px;
  border-color:#999;
  border-style:solid;
  vertical-align:top;
  text-align:left;
  clear:right;
}

td.title{
  text-align:center;
  width:100px;
  color:#FFF;
  font-weight:bold;
  background-color:green;
  border-width:0px;
  border-color:#999;
  border-bottom-style:solid;
  vertical-align:top;
}
.moveBox{
 width:20px;
 background-color: white;
 color:green;
 font-size: 15px;
 text-align:center;
 font-weight:bold;
 border-width:2px;
 border-color:#999;
 border-style:solid;
 margin-left:30px;
 float:left;
}

