/*principal*/

#fundo {
	background-color: rgb(128,0,0);
}
A {
	text-decoration: none;
}
A:link {
	color: #000000;
}
A:visited {
	color: #333333;
}
A:hover {
	color: #9A5F05;
}
H1 {
	color: navy; font-size: 30px; font-family: impact
}
H2 {
	text-indent: 1cm; background: yellow; font-family: arial
}