body {
	background-position: center top;
	background-image:url(../images/common/background.jpg);
	background-repeat:repeat-y;
	background-color:#FAF9FF;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	line-height:1.3em;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

a:link{
	text-decoration: none;
	color: #0000FF;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #0000FF;
	text-decoration: underline;
}
