body {
  text-align: center;
  background-color: rgb(250, 235, 215);
}

@font-face {
  font-family: 'Monoton';
  font-style: normal;
  font-weight: 400;
  src: url(Monoton.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
  font-family: Monoton, cursive;
  font-size: 40px;
  margin: 0px;
  color: rgb(255, 128, 128);
}

h2 {
  margin: 1em 0 0.25em;
}

h2:first-of-type {
  margin-top: 0.5em;
}


.cell{	
  border: 1px solid silver;
  cursor:url(pen.png) 0 16 ,pointer;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  background-color: rgb(250, 250, 250);
}

tr {
  height: 0;
}

.palettehead
{
  width: 20px;
  height: 18px;
  border: 2px solid black;	
}
.paletteFull{
  width: 20px;
  height: 18px;
  border: 1px solid black;
}

#palette {
  margin-bottom: 10px;
}

#sizePicker{
	display:none;
}

td {
  width: 12px;
  height: 12px;
}

input[type="number"] {
  width: 4em;
}

#colorPicker{
}

.savetext{  
	width:60px;
}
.savetext:hover{
	background:#aaddaa;
	border:1px solid;
}




