@charset "UTF-8";
body {
	margin-left: 20px;
	margin-top: 17px;
	background-color: #999999;
}

.foo {border:0px;}

a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC00;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a.pink {
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #99CC00;
}
body.no_bg {
	background-image: none;
}
.greyBody {
	font-family: Courier;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.greenBody {
	font-family: Courier;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99CC00;
}

	#portfolio_holder {
		margin-top: 10px;
		width: 600px; height: 498px;
		overflow: auto;
	}
	#portfolio_holder img {
		border: 0;
	}
	.client_summary * {
		font-family: Courier;
		font-size: small;
		color: #999;
	}
	.client_summary blockquote {
		margin: 55px 0 15px 0;
	}
	.client_name {
		color: #9c0;
	}
.pinkBody {
	font-family: Courier;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: FF3399;
}
.blueBody {
	font-family: Courier;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 33ccff;
}
.yellowBody {
	font-family: Courier;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: FFCC00;
}

