table.sidebar {
position: absolute;
top: 0px;
left: 0px;
background-color: rgb(100%, 90%, 75%)
}
body>table.sidebar {
position: fixed;
}
body	{margin-left: 15%;
		background-color: rgb(100%, 95%, 80%);
		list-style-position: outside;
		list-style-image: url("../graphics/palm.gif")
}
td.blurb	{text-align: justify;
			font-weight: bold
}
a				{text-decoration: underline
}
a:link		{text-color: blue
}
a:visited	{text-color: purple
}
a:active		{text-color: red
}
a:hover		{background-color: #ffffcc
}