body{
  background-color: white;
  font-family: verdana;
  font-size: 12px;
}

a.preview{
  font-size: 12px;
  text-decoration: none;
  color: black;
	display: block;
}

td.dashed{
  border: 3px dashed yellowgreen;
}

td.dashed:hover{
  border: 3px dashed greenyellow;
}
