
		a, a:visited{
			text-decoration: none;
			color: #999;
		}
		
		a:hover{
			text-shadow: 1px 2px 10px #999;
			color: #033;
		}
		
		#newsLetter{
			margin-bottom: 10px;
		}
		
