body {
	font-family: arial, courier;
	font-size: 14px;
	text-align: justify;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: blue;
}

#cuerpo {
	margin: 0 auto 0 auto;
	width: 640px;
	padding: 10px;
}

#contenido {
}

#footer {
	font-size: 9px;
}

h1 {
	color: blue;
	text-decoration: underline;
}

