body {
	background-image:		url('images/background.jpg');
	background-color:		lightgreen;
	font-family:			helvetica, verdana, arial, "sans serif";
	font-weight:			bold;
	color:				green;
}
h1, h2, h3, h4, h5 {
	text-align:			center;
	text-transform:			capitalize;
}
table.framed {
	border-style:			outset;
	border-width:			3;
	border-color:			lightgreen;
}
img.framed {
	border-style:			inset;
	border-width:			3;
	border-color:			lightgreen;
}
img.framed:hover {
}
ul {
	list-style-image: url('images/barefoot.ico');
}
