div.contactBubble {

	border: 0px solid red;
	display: block;
	float:left;
	height: 83px;
 	width: 196px;
}

div.contactNumbers {

	border: 0px solid blue;
	display: block;
	height: auto;
	float:left;
 	width: 180px;
 	padding-left: 20px;
 	text-align:center;
 	text-decoration: none;
}

div.how_1{

	border: 0px solid #03c000;
	float :left;
	background-color: #e6e6e6;
	display: block;
	height: auto;
 	width: auto;
 	margin-top: 20px;
 	padding: 20px;
 	text-align:left;
 	text-decoration: none;
}

.how_1 A:link { 

color: red; 

text-decoration: none;

}

.how_1 A:visited { 

text-decoration: none; 
color: red;

}

.how_1 A:active { 

text-decoration: none; 
color: red;

}

.how_1 A:hover { 

text-decoration: underline; 
color: blue;

}

div.how_2{

	border: 0px solid #03c000;
	float :left;
	background-color: #e6e6e6;
	display: block;
	height: auto;
 	width: 420px;
 	margin-top: 20px;
 	padding: 20px;
 	text-align:left;
 	text-decoration: none;
}

.how_2 A:link { 

color: red; 

text-decoration: none;

}

.how_2 A:visited { 

text-decoration: none; 
color: red;

}

.how_2 A:active { 

text-decoration: none; 
color: red;

}

.how_2 A:hover { 

text-decoration: underline; 
color: blue;

}