
	
	#text
	{
		width: 200px;
		font-size:10px;
		margin-left: 10px;
		margin-top: 30px;
		line-height:14px;
		color:#333;
	}
	#text a:hover 
	{
		color:#00F;
		text-decoration:none;
	}

	#text2 a 
	{
		width: 100px;
		font-size:10px;
		margin-left: 10px;
		margin-top: 25px;
		color:#FFF;
		line-height:12px;
	}
	#text2 a:hover 
	{
		color:#00F;
		text-decoration:none;
	}
	
