@charset "utf-8";
/* CSS Document */

body {
	background-color:#5F5F5F;
	color:#333333;
	text-align:center;
}
table {
	width:700px;
	text-align:center;
	background-color:#FFFFFF;
	margin:10 auto 10 auto;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#FF00FF;
}