body {
	font-size: 90%;
	width: 60%;
	margin: 1em auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

dl, p {
	-moz-border-radius: 10px;
	background-color: #eee;
	padding: 5px 10px;
	margin-top:0.55em;
	margin-left: 2em;
	color: black;
}

h1 {
	color: black;
}

h2, h3 {
	margin-top: 1em;
	margin-bottom: 0;
	color: #444;
}


dl.projectlist dt {
	font-size: 120%;
	font-weight: bold;
}
dl.projectlist dt a {
	color: red;
	text-decoration: none;
}

dl.projectlist dd {
	margin-bottom: 1em;
}

