BODY {
	color: White;
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

A {
	color: Red;
	text-decoration: none;
}

A:HOVER {
	color: Yellow;
	text-decoration: none;
}
h1 {
	background: #CCCCCC;
	text-align: center;
	letter-spacing: 1px;
	font-family: serif;
	font-weight: normal;
	color: Black;
	font-size: 200%
	}
h2 {
	color: Red;
	font-family: sans-serif;
	text-align: center;
	font-size: 125%
	}
p {
	font-family: sans-serif;
	color: White;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 100%;
	}


.piefoto {
	color: Red;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	text-align: center;
}

.frase {
	color: Yellow;
	text-align: center;
}
.nombre {
	color: Yellow;
}
.subtitulo {
	background-color: Silver;
	color: black;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

