@charset "utf-8";

body {
	background-image: url(img/bg_enter.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 20%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text1 {
	color: #FFFFFF;
	height: 70px;
}

a.link1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 18px;
}
a.link1:hover {
	color:#004a80;
}

a.linkapl:hover {
    color:#FF0000;
}


