@charset "UTF-8";
/* Green */

@import "styles.css";

body {
	background: #08753c url(../images/green_bkg.jpg) repeat-x;
	margin: 0;
}

a:hover {
	color: #33cc33;
}

#teamContainer {
	position: relative;
	width: 800px;
	height: 260px;
	background: url(../images/teamBanner_green.jpg) no-repeat;
}

#teamText a:hover, #teamLinks a:hover {
	color: #006633;
}


.projectThumb a:hover {
	border: 10px solid #006633;
}