body	{background-color: rgb(100%, 95%, 80%);
		list-style-position: outside;
		list-style-image: url("../graphics/palm.gif")
}
a				{text-decoration: underline
}
a:link		{text-color: blue
}
a:visited	{text-color: purple
}
a:active		{text-color: red
}
a:hover		{background-color: #ffffcc
}
