body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*
	background shortcut

	1. color
	2. image
	3. repeat
	4. attachment
	5. position

	*/
	background:  white repeat fixed center center;
	
	/* text */
	font:  16 arno pro;
	color: black;
}


a:link { 
	color: gray;
	text-decoration: none;
	font:  14px georgia;
	
	}
	
a:visited { 
	color: gray;
	text-decoration: none;
	font:  14px georgia;
	
	}
	
a:hover { 
	color: #A7A9AC;
	text-decoration: none;
	font:  14px georgia;
	
	}
	
a:active { 
	color: gray;
	text-decoration: none;
	font:  14px georgia;
	
	}