.itemmenu {
	font-family : "Comic Sans MS";
	color : White;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}
.itemmenu:hover {
	font-family : "Comic Sans MS";
	color : #00ff40;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.texto {
	font-family : "Comic Sans MS";
	font-size : 13px;
}
.textoitalic {
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-style : italic;
}

.textobold {
	font-family : "Comic Sans MS";
	text-decoration : none;
	font-size : 13px;
	font-weight : bold;
}

.titulo1 {
	font-family : "Comic Sans MS";
	font-size : 17px;
	font-weight : bolder;
	color : #FF9900;
}
.titulo2 {
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : bold;
	color : #FF9900;
	text-decoration : none;
}
.fdotr {
	font-family : "Comic Sans MS";
	font-size : 13px;
	background : #FFF0D9;
}
