body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
}	

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px

}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
} 

.lista {
	font-size: 0.8em;
	font-family: Arial, Sans-Serif;
	color: #333;
	list-style: none;
	list-style-type: circle;
	margin-left: 40px;
	margin-top: 10px;
}

.sublista {
	margin-left: 20px;
	color: #333;
}

.menu {
	font-size: 0.8em;
	font-family: Arial, Sans-Serif;
	color: #333;
}

.listados {
	font-size: 0.7em;
}




