body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000000;
	margin: 0px;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
}
hr {
	border: 0px;
	color: #FFFFFF;
	height: 1px;
	background-color: #FFFFFF;
	width: 800px;
}
p {
	text-align: justify;
}
#contenedor {
	margin: 0px auto;
	width: 900px;
}