@charset "utf-8";
.estudiolisboa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
}
/* unvisited link */
a:link {
    color: white;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: white;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: white;
	text-decoration: none;
}
