#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: .8em;

}
a:visited {
	color: black;
}
a {
	color: black;
	text-decoration: underline;
}

#title {
	font-size: 2.2em;
	text-align: center;
	padding-bottom: .2em;
}
#menu {
	text-align:center;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-top: 0;
	margin-bottom: .5em;
	font-size: 1.2em;
}
#menu a {
	text-decoration: none;
}
.menu_selected {
	text-decoration: underline;
}
.image {
	padding-right: 1em;
}
h1 {
	margin-bottom: 0;
	font-size: 1.1em;
}
table {
	font-size: 1.0em;
}
.projects_table_td {
	padding-bottom: 4em;
	padding-right:1em;
}
