@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #EB7B00;
}

td {
	text-align: center;
}
a:hover {
	color: #EB7B00;
	text-decoration: none;
}