a:hover {
	color: #CA1714;
	text-decoration: none;
}
a:link {
	color: #03427F;
}
a:visited {
	color: #03427F;
}

#msje {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: reltive;
	/* REQUIRED */
	background-color: #F9B384;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

