.litebutton a{
	background: Black;
	border: #497849;
	border-style: solid;
	border-width: 2px;
	border-color: #DB4848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: bold;
	color: White;
	padding: 1px;
	text-decoration: none;
	margin: 3px;
	width: 140px;
	
}

.litebutton a:hover{
	border: #20644D;
	border-style: solid;
	border-color: #DB4848;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: bold;
	color:  #FFE0A6;
	padding: 1px;
	text-decoration: none;
	width: 140px;

}
.litebutton p {
	line-height: 1.3em;
}

