@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	color:#F60;
}
table {
	border-color:#F60;
}
a:link {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
	
	
