BODY {
	COLOR: black; bgcolor: white
}
A:link {
	COLOR: #0000FF;
	text-decoration: none;

}
A:active {
	COLOR: #CC0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #009900; TEXT-DECORATION: underline
}
CODE {
	COLOR: #004080;
	font-size: 80%;

}
.comentario {
	color: #009900;
}
.menu {
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;






}
.titulocodigo {
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;


}

