
div.about_1{

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

.about_1 A:link { 

color: red; 

text-decoration: none;

}

.about_1 A:visited { 

text-decoration: none; 
color: red;

}

.about_1 A:active { 

text-decoration: none; 
color: red;

}

.about_1 A:hover { 

text-decoration: underline; 
color: blue;

}

div.about_2{

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

.about_2 A:link { 

color: red; 

text-decoration: none;

}

.about_2 A:visited { 

text-decoration: none; 
color: red;

}

.about_2 A:active { 

text-decoration: none; 
color: red;

}

.about_2 A:hover { 

text-decoration: underline; 
color: blue;

}

