body {
	font-size: 120%;
}

h2 {
	text-align: center;
}

div#summary {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1em;
}

/* DL */

dt {
	border-top: 1px solid black;
	font-weight: bold;
/*	font-size: larger;*/
}

dt a {
        color: black;
        text-decoration: none;
}

div.descr {
/*	font-size: larger;*/
	font-family: serif;
}	

/* Project table */
td.hdr {
	font-style: italic;
}


/* Categories */
table.categories thead {
	font-weight: bold;
}

span.catname {
	font-style: italic;
}	

table.categories  a {
	color: black;
	text-decoration: none;
}	

table.categories  a:hover {
	text-decoration: underline;
}

/* Project directory */
table.dir {
	width: 100%;
	border: none;
	padding: 1em;
}

table.dir thead {
	font-weight: bold;
	background-color: #88ff88;
}
