/* Sceny CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FC0;
}
body {
	background-color:#F60;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	background-color:#FFE9BC;
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
