/* style sheet for wninja.css 
               Last revised 17 may, 2000. */

/* ------------------ bass ------------------- */               
BODY{
        margin-left:7%;
        margin-right:7%;
	background: #ffffff;  
	line-height:140%;
	color:black; 
	}
a:link{
	color:#0000ff;
	}
a:visited{
	color:#000080
	;}
a:hover{
 	color: #ff8c8c;
 	text-decoration: underline;
	}	
a:active{
	color:#ee0000
	;}
body:after{
	 display: block;
 	 content: "(C) 1997-2001  aoki M  POWERED BY ZEN DESIGN";
	 font-style: italic;
	 font-family: sans-serif;
 	 margin-top: 0.9em;
	 color:#4169e1;
 	 text-align: right;
	}

hr{
	display:none;
	}

/* ------------------ options ------------------- */  
img{
	border-style:none;}
	

