/* CSS Document */

.texto {
    font-size: 13pt;
    text-align: justify;
    text-indent: 0.4cm;
    margin-right: 0.5cm;
	color: #FFFFFF;
}

a:link {
    color: #ffcc00;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
    color: #ffcc00;
    text-decoration: none;
}

a:active, a:hover {
	color: #ffdd00;
    text-decoration: underline;
}