/*------------------------------------------------------------------

Contents:
	1.Entire Page Elements
	
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
		Chapter 1
-------------------------------------------------------------------*/
		body {
		
				font:18px Palatino, Trebuchet MS, Arial, sans-serif;
				 
				color:#000000;
		
		}
		
		.header {
				
				float:left;
				
				position:relative;
				
		}
		
		img.huh {
	
				border-style: none;
				
				border-collapse:collapse;
				
				margin:none;
				
				padding: 0 0 0 0;
		
		}
		
		a
		{
				border: none;
				
				text-decoration:none;
				
				color:#000000;
		
		}
		
		.links a
		{
				border: none;
				
				text-decoration:none;
				
				color:#000000;
		}
		
		
		a:hover
		{
				color:#666666;
		}
		
		.links a.selected {
		}
