@charset "utf-8";
/* CSS Document */
 
body {
	background-color:#F7F06C;
}
 
tr, td {
	text-align:center;
	border-style:solid;
	border-width:3px;
	font-size:20px;
	padding:5px;
}
table {
	border-style:solid;
	border-width:5px;
	width:100%;
 
}
a {
  font-size:20px;
}
h1, h2 {
  text-decoration:underline;
  text-align:center;
 }
 
  