@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none; color: gray;}
a:visited {text-decoration: none; color: gray;}
a:active {text-decoration: none; color: gray;}
a:hover {text-decoration: none; color: #ff6600;}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: gray;
	text-align: center;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: gray;
	text-align: center;
	text-decoration: none;
}

