/*--------------------------------------------------
  Style Sheet for HANA
  ver1.0
 --------------------------------------------------*/

	BODY {
	background-color : #131313;
	color: #FFFFFF ; 
	margin:0;
	padding:0;
	}
	
	a:link{ color: #66ff00; text-decoration:none; }
	a:visited{ color: #66ff00; text-decoration:none; }
	a:active{ color: #66ff00; text-decoration:none; }
	a:hover { color: #88ff00; text-decoration:underline; }
	
	.copy{
	 color: #555555 ;
	 font-size: 10px;  
	}
	
	.doc {
        font-size:x-small;
        line-height:1.5em}

	.doc2 {
        font-size:xx-small;}