@charset "UTF-8";
/* CSS Document */

dashed {
	table-width: 250px;
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}