@media print {
 img { visibility: hidden; display: none }
}

body {
	background-color: #2d53a8;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.agreement-text {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}

.enter {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

.enter a:link {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.enter a:active{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.enter a:visited {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.enter a:hover {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
	

a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
