body {

	background-color: #F5821F;
	background-image: url("dunkin.jpg")
	background-repeat: no-repeat;

}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	background: grey;
	font-size: 12px;
	color: white;
	font-weight: bold
}

h1 {
 font-weight: bold;
 Color: blue;
}

h2 {
 font-weight: bold;
 Color: red;
}

li {
	
font-weight: italic;
color: white;
}

p{
font-size: 36px;
font-weight: bold;
}