/* CSS Document */

H1{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:16px;
text-align: left;
color: #FFFFFF;
word-spacing: 0;
text-indent: 0;
line-height: 100%;
margin: 0;
padding: 0;
}

a.barra:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.barra:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.barra:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
a.barra:active {
	text-decoration: none;
}
