	a { 
		text-decoration:none; 
		}

	a:link { 
		color:#666666; 
		}

	a:visited { 
		color:#555555; 
		}

	a:active { 
		color:#777777; 
		}

	a:hover { 
		text-decoration:underline;
		}

	body{
  		line-height:125%;
  		font-size:xx-small;
  		background-color: white;
  		background-image : url(maki.jpg);
  		background-repeat : no-repeat;
  		background-attachment : fixed;
  		background-position : 0px 65%;
  		margin-left : 1%;
		scrollbar-face-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
 		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-track-color: #FFFFFF; 
		scrollbar-arrow-color: #FF6600;
		}

