img {
	border: solid green;
}

table{
	width: 800px;
	font-weight: bold; 
	font-size: medium;
}

.greenBackground{
	background-color: green; 
	color: white;
}

.greenTableText{
	background-color: white; 
	color: green;
}

.green  {
 	color: green;
	text-align:left;
	padding-left: 15px;
}
