body {
margin: 0px;
padding: 0px;
background-image: url(../image/gradation.jpg);
background-repeat: repeat-x;
background-color: #B3B3B3;
background-attachment: scroll;
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
}
h1 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
