@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
}
table {
	border-collapse:collapse;
}
td {
	padding:inherit;
	text-align:justify;

}
img {
	padding:inherit;
	border:none;
}
a {
	text-decoration:none;
	color:#F90;
}
a:hover {
	text-decoration:underline
}
