td{
   border:        0px solid black;
   color:         red;
   font-weight:   bold;
   font-family:   courier;
}
td.borda_dir{
   border-right:  1px solid black;
   padding-right: 4px;
}
td.borda_esq{
   border-left:   1px solid black;
}
td.borda_bot{
   border-bottom: 1px solid black;
}
td.borda_top{
   border-top:    1px solid black;
}
td.cor1,td.cor2{
   border:        1px solid black;
}
tr,table{
   border: 0px solid black;
}
div.cor1{
   height:   48px;
   width:    48px;
   overflow: hidden;
   border: 1px solid #228B22;
   background-color: #228B22;
}

div.cor2{
   height:   48px;
   width:    48px;
   overflow: hidden;
   border: 1px solid  #A9A9A9;
   background-color:  #A9A9A9;
}

textarea{
   overflow-x:       hidden;
   overflow-y:       scroll;
   margin:           5px;
   border:           2px dotted #009ACD;
   height:           330px;
   width:            200px;
   background-color: #F0FFF0;
   color:            navy;
}

h2.player1{
   color: #DEB887;
}
h2.player2{
   color: #8B4513;
}