body	{
		margin: 5px auto;
		padding: 0;
		width: 955px;
		color: #999;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		}
	
	h1	{
		font-size: 18px;
		text-align: left;
		padding: 5px 0 0 20px;
		margin:0;
		}
	
	#arrow {
		padding:15px 0 0 40px;
		margin:0;
		}
	
	#img {
		padding:15px 0 0 15px;
		}
	
	#text {
		padding:0 0 0 15px;
		}
	
	p {
		padding:0;
		margin:0;
		text-align: right;
		}
	
	p a:link {
		color:#f0f;
		}
	a:link {
		text-decoration : none;
		color: #224fff;
		background: transparent; 
		}
	a:visited  {
		text-decoration : none;
		color: #66C;
		background: transparent;
		}
	
	p a:visited  {
		text-decoration : none;
		color: #C06;
		background: transparent;
		}

	a:hover {	
		text-decoration : underline;
		color: #999;
		background: transparent; 
		}
	
	p a:hover {	
		text-decoration : underline;
		color: #999;
		background: transparent; 
		}


	a:active {
	 
		text-decoration : none;
		color: #306;
		background: transparent;  
		}
