
#address
	{
		margin-top: 10px;
		border-top: 1px solid #BB9955;
		padding-top: 15px;
	}
#address .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
		color:#BB9955;
	}
#address .fa:hover
	{
		border: 1px solid #BB9955;
		border-radius: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #006000;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		color:#BB9955;
	}
#addressfooter
	{
		margin-top: 0px;
		border-top: 0px solid #BB9955;
		padding-top: 0px;
	}
#addressfooter .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-right: 10px;
		margin-top: 15px;
		color:#BB9955;
	}
a:hover {text-decoration: underline; color: #BB9955;}
