body{
	background-image: url("trabajohtml/fondo2.jpg");
}
h1{
font-weight: bold;
text-decoration: underline;
font-style: italic;
}	
dt {
	font-weight: bold;
	font-style: italic;
}
.negrita {
	text-decoration: underline;
	font-weight: bold;
}
ul {
	color: blue;
}
#coche {
	color: red;
}
h3{
	font-weight: bold;
}
.jaguar {
	font-weight: bold;
	font-style: italic;
}
.aston {
	font-weight:bold;
	font-style:italic;
}
.ferrari {
	font-style: italic;
	font-weight: bold;
}
#foto1 {
	width: 300px;
	height: 150px;
}	
