div.project
	{
    background: #c48722;
    width: 500px;
	padding: 20px;
	margin: 20px auto;
	}

h2
	{
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 160%;
	margin: 0 0 15px;
	line-height:1.2em;
	}
h2 a
	{
	color: #000;
	text-decoration: none;
	}
h2 a:hover
	{
	color: #111;
	text-decoration: underline;
	}
	
p.description
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 110%;
	}