@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.txt_materias {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:justify;
	color: #666666;
	list-style-type: square;
}
.txt_rosa {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:justify;
	font-weight:bold;
	color: #FF00FF;
	list-style-type: square;
}
.sub_titulos_materias {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:center;
	font-style:italic;
	color: #FF00FF;
}
.titulos_materias {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #FF00FF;
}
.voltar_topo {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FF00FF;
	text-align: right;
}
.txt_copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}