body {
	background-color: #E5DFD8;
}
#contents {
    background-color: #E5DFD8;
}
#contents #textos {
	color: #000000;
}

#contents #textos h2, #contents #textos h3, #contents #textos a {
	color: #BF2127;
}
#contents #textos a {
	text-decoration: none;
}
#contents #textos a:hover {
	text-decoration: underline;
}


#contents #textos li {
	list-style: decimal;
    list-style-position: inside;
    padding: 0 0 5px 0;
}
