.pl0{
float:left;
background:aqua;
width:20px;
height:20px;
border:2px outset aqua;
}
.pl1{
float:left;
color:white;
background:black;
width:20px;
height:20px;
border:2px outset black;
}
.pl2{
float:left;
color:white;
background:blue;
width:20px;
height:20px;
border:2px outset blue;
}
.pl3{
float:left;
background:fuchsia;
width:20px;
height:20px;
border:2px outset fuchsia;
}
.pl4{
float:left;
background:gray;
width:20px;
height:20px;
border:2px outset gray;
}
.pl5{
float:left;
background:green;
width:20px;
height:20px;
border:2px outset green;
}
.pl6{
float:left;
background:lime;
width:20px;
height:20px;
border:2px outset lime;
}
.pl7{
float:left;
background:maroon;
width:20px;
height:20px;
border:2px outset maroon;
}
.pl8{
float:left;
color:white;
background:navy;
width:20px;
height:20px;
border:2px outset navy;
}
.pl9{
float:left;
background:olive;
color:white;
width:20px;
height:20px;
border:2px outset olive;
}
.pl10{
float:left;
background:purple;
width:20px;
height:20px;
border:2px outset purple;
}
.pl11{
float:left;
background:red;
width:20px;
height:20px;
border:2px outset red;
}
.pl12{
float:left;
background:silver;
width:20px;
height:20px;
border:2px outset silver;
}
.pl13{
float:left;
background:teal;
width:20px;
height:20px;
border:2px outset teal;
}
.pl14{
float:left;
background:white;
width:20px;
height:20px;
border:2px outset white;
}
.pl15{
float:left;
background:yellow;
width:20px;
height:20px;
border:2px outset yellow;
}
.color_selector{
float:right;
cursor: auto;
padding:0.1em;
overflow:hidden;
text-align:center;
}
#div_capsule{
margin:2px;
float:left;
cursor: crosshair;
background:gray;
border:1px inset gray;
}
.draw_selector{
margin:2px;
cursor: pointer;
float:left;
background:gray;
border:1px inset gray;
}
.abc{
float:left;
background:white;
color:black;
width:20px;
height:20px;
border:2px outset white;
}
.abc_selector{
margin:2px;
cursor: pointer;
float:left;
background:gray;
border:1px inset gray;
}
#logo_capsule{
font-size:0.9em;
margin-left: auto;
margin-right: auto;
padding:1em 0 0 0;
width:640px;
height: 200px;
text-align:center;
font-family: courier, "Courier New", Georgia, "Times New Roman", Times, serif;
}

#logo_capsule ::-moz-selection{
background:none;
}

#logo_capsule ::selection {
background:none;
}

form{
margin:0;
padding:0;
}