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

body,td,th {
	color: #000;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCC;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}