h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-weight: normal;
	font-size: medium;

}
h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
a:link {
    
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
}
h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.titulo {
	font-size: 50px;
	background-color: #FFCC00;
	padding: 5px;
	margin-bottom: 20px;
}
.subtitulo {
font-family: 'trebuchet ms', verdana, sans-serif;
	font-weight: normal;
	font-size: 30px;
	background-color: #FFCC00;
	padding: 5px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 5px;
}
