@charset "ISO-8859-1";
.list
    a {
	font-family: Times;
	font-size: 16px;
	color: #9ebc96;
	text-decoration: underline;
	text-transform: capitalize;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	text-tranform: capitalize;
}
a:visited {
	text-decoration: underline;
	color: #9ebc96;
}
a:hover {
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
}
a img {border: none;
}
.noborder{
	border-width:0;
}
	