/* CSS Document */
#green a{
	text-align: center;
	font-size: 38px;
	color: rgba(253,209,0,1.00);
	text-decoration: none;
	font-weight: bolder;
}

#green a:hover{
	text-align: center;
	font-size: 38px;
	color: rgba(253,209,0,1.00);
	text-decoration: none;
	border-bottom: 4px solid rgba(253,209,0,1.00);
}