.welcomeFirstLine {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #00AFDB;
    font-weight: bold;
	margin-bottom: 10px;
	line-height: 18px;
}
.welcomeText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #38281D;
}
.welcomeText a {
	font-weight: bold;
	text-decoration: none;
    color: #0ea6c7;
}
.welcomeText a:hover {
	font-weight: bold;
	text-decoration: none;
    color: #c7d247;
}