body {
	margin-left:1em;
	margin-right:1em;
	text-align:center;
	background-color: #FFFF66;
	background-image: url('chiefpiggum.jpg');
	color : #000000;
}

div {
	margin-left:auto;
	margin-right:auto;
}

table {
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:1ex;
	border-color:yellow;
}

td {
	margin-left:2em;
	margin-right:2em;
	margin-top:2em;
	margin-bottom:2em;
	background-color: #1E90FF;
	color:yellow;
	font-size:x-large;
	font-family: "Comic Sans MS", sans-serif;
	border-style:ridge;
	border-width:3px;
	border-color:yellow;
}

h1 {
	margin-left:1ex;
	margin-right:1ex;
	text-align:center;
	background-color: #1E90FF;
	color:yellow;
	font-size:x-large;
	font-family: "Comic Sans MS", sans-serif;
	border-style:ridge;
	border-width:1ex;
	border-color:yellow;
	padding:1ex;
}

a:link {
	color:yellow;
}

a:hover {
	color:red;
}

a:active {
	color:black;
}

li {
	text-align:justify;
	font-size:smaller;
	font-family: "Comic Sans MS", sans-serif;
}

hr {
	text-align:center;
	width:75%;
	color:yellow;
	height:2px;
}

p {
	text-align:justify;
	font-size:smaller;
	margin-left:1ex;
	margin-right:1ex;
}

img {
	vertical-align:top;
	border-style:ridge;
	border-width:4px;
	border-color:yellow;
}

#homer {
	height:260px;
	background:none;
	border-color:none;
	border-style:none;
}

#simpsintro {
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:1ex;
	border-color:yellow;
}

#footer {
	font-size:smaller;
	width:300px;
	height:6ex;
	margin-left:auto;
	margin-right:auto;
	background-color:#1E90FF;
	border-width: 4px;
	border-color:yellow;
	border-style:ridge;
	padding:1ex;
	font-family: Verdana, sans-serif;
}

.empty {
	font-size:smaller;
	background:none;
	border-color:none;
	border-style:none;
	padding:1ex;
	height:100px;
}