body		{
			padding-top:40px;
			padding-right:10px;
			padding-left:50px;
			background-color:#ffffff;
			background-image:url(background.gif);
			background-repeat:repeat-y;
			line-height:140%;
}
a		{
			text-decoration:none;
}
a:hover		{
			color:red;
			text-decoration:underline;
		}
h1		{
			text-align:center;
			line-height:140%;
}
h2		{
			background-color:#87ceeb;
			border:1px solid deepskyblue;
			line-height:140%;
			padding-left:5px;
}
h3	 {
		border-width: 1px;
		border-bottom-style: dotted;
		margin-left: 3px;
	}
h4	 {
		border-width: 1px;
		border-bottom-style: dotted;
		margin-left: 3px;
	}
.menu		{
			position:absolute;
			top:5px;
			left:55px;
			line-height:110%;
			background-color:#ffffff;
			border-left-style:non;
			border-bottom-style:outset;
			border-width:thin
			border-color:#ff00ff;
}				
.indent		{
			margin-left:6em;
}
.half-indent		{
			margin-left:3em;
}
.topic		{
			background-color:#ffddff;
			float:right;
			background-color:#ffffdd;
			font-size:120%;
			color:#550055;
			line-height:140%;
			border-style:dotted;
			border-width:thin;
			padding:5px;
}
.narrow		{line-height:110%;}
