body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}


.bkgrnd {
	background-image: url(images/Design_14.jpg);
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
.home-green {
	color: #356842;
	font-weight: bold;
	font-size: 20px;
}
.home {
	font-size: 17px;
	line-height: 25px;
}
.home-blue {
	font-weight: bold;
	color: #174254;
}

/* CSS for listing projects */

#project-container {
	
}

#project-container p {
	padding: 0;
	margin: 5px 0 5px 0;
}

.project {
	/* margin-bottom: 15px; */
}

.name {
	font-weight: bold;
	font-size: 18px;
}

.location {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.image {
	border: black 1px solid;
	margin-bottom: 10px;
}

