body {
	background-image: url(../image/bg2.gif);
	background-repeat: repeat;
}
a {
	text-decoration:none;
	color: #000000;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}
