body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	list-style-image:url(images/bullet.jpg);
	}
	
.copyright {
	color:#FFFFFF;
	font-size: 11px;
	}
	
.client {
	background-image:url(images/client.jpg);
	background-repeat:repeat-y;
	padding: 10px 20px 10px 20px;
	}
		
.review {
	background-image: url(images/review.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 0 12px 0 0;
	}
	
.review a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}
	
.review a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}
	
.review a:hover {
	color: #5BAE5B;
	text-decoration:none;
	font-weight:bold;
	}
	
.review a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}

.text {
	margin: 10px 20px 10px 20px;
	}
	
a:link {
	color:#5BAE5B;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:visited {
	color:#5BAE5B;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:active {
	color:#5BAE5B;
	text-decoration:underline;
	font-weight:bold;
	}