@CHARSET "UTF-8";
#content td {
	margin: 3px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#content td a{
	display: block;
	background-color: #D4D4D4;
	text-align: center;
	width: 85px;
	height: 105px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#content td a:HOVER{
	background-color: #B2B2B2;
}
#content td a.selected {
	background-color: #B2B2B2;
}
#content h3 {
	color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
a.button {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
}
a.button:HOVER {
	color: #999;
}
#next {
	display: block;
	text-align: right;
}
#prev {
	display: block;
	float: left;
	text-align: left;
}

#project_desc p {
	font-size: 16px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}