body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#225BA9; /* el azul que usa*/
}
a:hover {
	color:#0C8040; /* el verde que usa */
}
p {
	line-height:16px;
}
h1 {
	font-size:16px;
	text-transform:uppercase;
}
h2 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
h3, h4, h5, h6{
	font-size:12px;
	font-weight:bold;
}
