body	{
	background-color: #e3c895;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position:center top; 
	font-family: "Bookman Old Style", Courier, monospace;
}

body p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
body table {
	font-family: "Bookman Old Style", Courier, monospace;
	font-size: 16px;
	text-align: justify;
}

A:link {
	text-decoration: none;
	color:black;
}
A:visited {
	text-decoration: none;
	color:black;
}
A:active {
	text-decoration: none;
	color:black;
}
A:hover {text-decoration: underline overline;
	color:black;
}

.p1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 60px;
	font-weight:bold;
}
.p2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight:bold;
}
.celda1 {
	border:outset;
}
.celda2 {
	border:inset;
} 
