body{
    	background-image:url(image/mugaku-m.jpg); 
   	background-attachment:fixed;
    	background-repeat:no-repeat; 
    	background-position:right bottom;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	margin-left: 30px;
	font-size: 11pt;

}

td{
 font-size: 10pt;
}


A:link{
	background-color: #EDEDED;
	color:black
}
A:visited{
	background-color: #EDEDED;
	color:black
}
A:active{
	background-color: #EDEDED;
	color:gray
}
A:hover{
	color:black;
 	text-decoration:underline overline;
	position:relative;
	top:2px;
	left:2px;
}
A{
	text-decoration:none
}
