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

table{
	border:thick dashed red;
	
}
table tr td, table tr th{
	padding:10px;
	border:thin solid black;
}