@charset "UTF-8";
#Text table {
	width: 720px;
}
#Text table tr td {
	width: 240px;
}
#Text table tr td a {
	color: #CCC;
	text-decoration: none;
}
#Text table tr td a:hover {
	color: #FFF;
}
#Text table tr td a:visited {
	color: #999;
}
