<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title{
	font-size:	46;
	text-align:	center;
}

.font_bold{
	font-weight	:	bold;
}

.pequeno_titulo{
	color		:	#CC0000;
}
.pequeno_titulo2{
	color		:	#EE1234;
	font-family	:	Comic;
}

a:link{
	font-family	:	Comic;
	color		:	#FF0000;
	text-decoration	:	none;
	font-size	:	18;
}

a:visited{
	font-family	:	Comic;
	color		:	red;
	text-decoration	:	none;
	font-size	:	18;
}

a:active{
	font-family	:	Comic;
	color		:	red;
	text-decoration	:	none;
	font-size	:	18;
}

body{
	margin-top	:	75px;
	text-align	:	justify;
}

span{
	font-family	:	Arial;
	text-align	:	justify;
	display		:	inline-block;
}

.tab_prog_dia{
	background	:	#FF7070;
	width		:	170px;
}

.tab_prog_horario{
	background	:	#AAFFAA;
	white-space	:	nowrap;
}
.tab_prog_nada{
	background	:	#D4B78D;
}
.fontcomic{
	font-family	:	Comic;
}

@font-face{
	font-family	: "Comic";
	src		: url(comic.ttf) format("truetype");
}

espaço{
	overflow	:	hidden;
	height		:	10px;
}

.resumo_aluno_link{
	font-family	:	Arial;
}
</pre></body></html>