.bord{
	text-align:center;
	border:solid 1px black;
	width:150px;
	background-color:#DDEEFF;
	cursor:hand;
}

.underline{

	font-weight:bold;
}

a.outproject {
	color: #003366;
	background-color:transparent;
	text-decoration:none;
}

a.outproject:hover {
	text-decoration: underline;
}

.inner {
	margin: 10 10 10 10;
	text-align:justify;
}

.left {
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

.right {
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}