@charset "UTF-8";
/* CSS Document */

a  {
	border:none;
	outline: none;
}

a:hover {
	border:none;
}

a:visited {
	border:none;
}

a:visited:hover {
	border:none;
}

.balls {
	margin-top:5em;
	position:relative;
	display: block;
	border: none;
	margin-bottom: 2em;
}

.welcome {
	margin: none;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	border: none;
}

.flags {
	position: relative;
	display: inline;
	border: none;
	margin: 10px 25px 0 25px;
	width: 31px;
	height: 31px;
}

.text   {
	outline: none;
	color:#004056;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:center;
}

.text a  {
	outline: none;
	color:#004056;
	border-bottom:1px dotted;
	border-top: none;
	border-left: none;
	border-right: none;
	text-decoration:none;
}

.text a:hover {
	border:none;
	color: #3dc1d7;
	border-bottom:1px dotted;
	border-top: none;
	border-left: none;
	border-right: none;
	text-decoration:none;
}

.text a:visited {
	border:none;
	color:#3dc1d7;
	border-bottom:1px dotted;
	border-top: none;
	border-left: none;
	border-right: none;
	text-decoration:none;
}

