h1 { 
	color: #b8860b;
	background-color: #f5deb3; 
}
body { 
	background-image: url("exper4.jpg"); 
	text-align: center
}
table {
	color: #b8860b;
	width: 500px;
	text-align: center;
}
td, th {
	font-family: "courier new", verdana, "sans serif";
	background-color: #f5deb3;
	border-color: #b8860b;
	padding: 3px;
}
td {
	text-align: center;
	border-style: dashed;
	border-width: 2px;
}
th {
	font-size: x-large;
	border-style: solid;
	border-width: 5px;
}
a:link { color: #cd853f; }
a:visited { color: #8b4513; }
