@charset "UTF-8";
/* CSS Document */

.project {
	height: 70px;
	width: 475px;
	display: block;
	border: thin solid #CCC;
	padding: 5px;
	margin-left: 100px;
	margin-bottom: 10px;
	line-height:15px;
}

.project img{
	position:inherit;
	height: 80px;
	width: 80px;
	margin-left: -100px;
	margin-top: -5px;
	float: left;
}

.content .project a {
	height: 23px;
	color: #4589c8;
	margin-top:3px;
	line-height:21px;
}

.content .project a:hover {
	color: #CCC;
	
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align:justify;
}

