﻿#about-box1 {
	margin-top:60px;
	text-align: left;
	width: 800px;
	font-weight: bold;
}

#about-box1-1 {
	float:left;
	width: 15%;
	text-align: right;
}

#about-box1-2 {
	float: right;
	width: 84%;
	text-align: left;
}

.about-style1 {
	color: black;	
	font-size: medium;	
}

.about-style2 {
	color: gray;	
	font-size: medium;	
}

#link-box1 {
	margin-top:60px;
	text-align: left;
	width: 800px;
	font-weight: bold;
}

.link-style {
	font-size: medium;	
	color: black;
	text-decoration: none;
}

.link-style:hover {
	color: white;
}




