body {
	font-family: New Times Roman;
	font-size: 16px;
}

table tr td {
	font-size: 18px;
}

#header h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#header h2 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

#header h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header h4 {
	font-size: 14px;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

#main_content ul li {
	margin-bottom: 10px;
}

#main_content img.project-button {
	margin: 0 15 0 0;
}

#main_content h3 {
	text-align: center;
	font-style: italic;
	margin-bottom: 0px;
}

#main_content h4 {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0px;
}

#main_content p.source {
	font-style: italic;
	padding-left: 50px;
}


ul.projects_list  {
	list-style-type: none;
}

#main_content ul.projects_list li {
	margin-bottom: 50px;
}

