body {
	background-color: black;
}
p {
	color: white;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: justify;
	margin-top: 25px;
}
pre {
	font-size: 14px;
	margin-right: 60px;
	margin-left: 25px;
	font-family: arial, helvetica, sans-serif;
	background-color: red;
	color: white;
}
h4 {
	font-size: 17px;
	letter-spacing: 4px;
	text-align: center;
	color: green;
	text-decoration: underline;
	font-family: Morpheus;
}
em {
	text-align: left;
	color: yellow;
	font-size: 13px;
}
em:hover { BACKGROUND: #666666;
}
address {
	text-align: center;
	letter-spacing: 4px;
	font-size: 15px;
	color: white;
	margin-top: 5px;
}
	address:hover { BACKGROUND: #666666;
}
#tabla { margin-top: 20px;
}
h5 {
	letter-spacing: 2px;
	color: white;
	background-color: red;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	text-align: center;
	background-color: red;
	color: white;
	margin-top: 25px;
}
#tabla2 { margin-top: 20px; margin-right: 20px; margin-left: 20px;
}