
.fonte_Latex{
	font-family	:	CMR10;
	font-size	:	18;
	font-style	:	normal;
	font-weight	:	lighter;
	width		:	800px;
	border		:	1px;
	text-align	:	left;
	font-align	:	left;
}


.texto_Latex{
	font-size	:	18;
	font-style	:	normal;
	font-weight	:	lighter;
	width		:	90%;
	border		:	1px;
	text-align	:	left;
	font-align	:	left;
}

a{
	color		:	blue;
	text-decoration	:	none;
}
.titulo{
	font-size	:	27;
}
.tipo{
	font-size	:	16;
	font-weight	:	bold;
}
.data{
	font-size	:	12;
}
.answer{
	font-family	:	CMR10;
	font-size	:	18;
	color		:	#644220;
	font-style	:	italic;
}
.answer2{
	font-family	:	CMR10;
	font-size	:	18;
	color		:	#022446;
}
body{
	margin-left	:	40px;
	margin-top	:	50px;
	margin-right	:	200px;
	text-align	:	justify;
	margin-bottom	:	70px;
}

.tabela_texto{
	width		:	100%;
}
.principal_titulo{
	font-size	:	27;
	font-style	:	italic;
	font-weight	:	normal;
}
.section{
	font-size	:	20;
	font-weight	:	bold;
}

.Revisao{
	background	:	#FFAAAA;
}
.Solucao{
	background	:	#9AFF9A;
}
.Exercicio{
	background	:	#EEEEEE;
}
._Apagado{
	background	:	#CCCCFF;
}

.link_normal{
	color		:	#0000FF;
}