@charset "utf-8";

body {
	background-image: url(back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #666;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
h1 {
	font-size: x-small;
	color: #999;
}


