div.keret {
	width		: 300px;
	height		: 80px;
	background-color: #F4F2E5;
	border		: solid 2px;
	border-color	: red;
	padding		: 40px;
	text-align	: center;
	font-size	: 15px;
	font-weight	: bold;
	margin-top	: 50px;
	margin-left	: auto;
	margin-right	: auto;
}

div.keret a:link {
	text-align	: center;
	font-size	: 20px;
	font-weight	: bold;
	color		: #0000ff;
	text-decoration	: none;
}



