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

@import "styles.css";

body {
	background: #0a8acb url(../images/blue_bkg.jpg) repeat-x;
	margin: 0;
}

a:hover {
	color: #33ccff;
}

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

#teamText a:hover, #teamLinks a:hover {
	color: #0099cc;
}

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