body 
{
	background-color:	#DDDDDD;
	font-family:		Lucida Sans Unicode;
	color:				#333333;
	padding:			4em;
}

#footer a:link { color: black }
#footer a:visited { color: black }

H3 a:link { color: black; text-decoration: none; }
H3 a:visited { color: black; text-decoration: none; }

#favorites
{
	margin-top:			3em;
}

#otherprojects
{
	margin-top:			5em;
}

#footer
{
	margin-top:			5em;
}

.project
{
	border:				1em solid #aeaeae;
	margin-bottom:		2em;
	background:			white;
	padding:			1em;
}

.favorite
{
	border:				1em solid #e1b640;
	margin-bottom:		2em;
	background:			white;
	padding:			1em;
}

#subtitle
{
	font-style:			italic;
	margin:				0em;
}

H1
{
	margin-bottom:		0em;
	font-size:			3em;
}

P
{
	margin:				0em;
	margin-top:			.5em;
	margin-bottom:		.5em;
}

H3
{
	margin:				0em;
	font-size:			2em;
}

.project a, .favorite a
{
	font-weight:		bold;
}
