body{
	color:black;
	background-color:#ebebeb;
	background-image:url(../image/back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	line-height:150%;
};

a{text-decoration:none;font-weight:bold;color:gray};
a:hover{color:skyblue};
