.link-button {
	/*font-family: Sreeramulu;*/
	background: none;
	border: none;
	color: white;
	padding-top: 5px;
	/*text-decoration: underline;*/
	cursor: pointer;
	font-size: 1em;
	/*
	padding-left: 10%;
	padding-right: 10%;
	width: 78%;
	text-align: left;
	*/
}
.link-button:focus {
	outline: none;
}
.link-button:active {
	color:red;
}
.link-button:hover{
	/*padding-top: 0;*/
	/*font-size: 1.25em;*/
	/*font-weight: bold;*/
	color: #f49927;
	/*border: solid white 1px;*/
}