@charset "utf-8";
body {
	background-image: url(../images/background_dots.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}
.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #4A0000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #4A0000;
}
a:visited {
	color: #4A0000;
}
a:hover {
	color: #4A0000;
}
a:active {
	color: #4A0000;
}

