<style type="text/css">
.centerText {
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #000066;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #636;
}
a:active {
	text-decoration: underline;
}
<style type="text/css">
.redText {
	font-size: 14px;
	font-weight: bolder;
	color: #900;
}
.largeRedText {
	font-size: large;
	font-weight: bold;
	color: #900;
}

body {
	background-image: url(back2.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.3em;
	width: auto;
	font-weight: normal;
	text-align: left;
}
#content {
	width: 928px;
	margin: 18px auto;
	padding: 10px 10px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 20px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}
#home {
	margin: 10px;
	padding: 10px;
	height: 300px;
	width: 225px;
	border: 1px solid #000;
}
#team {
	margin: 10px;
	padding: 10px;
	float: left;
	height: 300px;
	width: 225px;
	border: 1px solid #000;
}
#tools {
	margin: 10px;
	padding: 10px;
	height: 300px;
	width: 250px;
	border: 1px solid #000;
}

</style>

