@charset "utf-8";
#project {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 160px;
}
#project p {
	text-indent: 5px;
}

.projecttitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.projecttitle a {
	color: #FF6600;
	font-size: 14px;
}

#project a {
	text-decoration: underline;
}
#project table {
	padding: 2px;
}
