body{	background-color: #ccf;
		margin: 1em;
		line-height: 130%;}

h3{		border-left: 1em solid blue;
		padding-left: 0.5em;}

p{		margin: 1em;}
strong{	background-color: #fcc;
		font-size: 105%;}
em{		background-color: #fff;}

acronym{border-bottom: 1px dashed green;
		cursor: help;}
ul{		line-height: 150%;}

a:link{		color: blue;}
a:visited{	color: #900;}
a:hover{	background-color: #fff;}
a:active{	color: red;}

table{	margin-bottom: 1em;}
thead{	font-size: 90%;
		background-color: #99f;}
.hide{	display: none;}
.w1c{	width: 1em;
		text-align: center;}
.w2c{	width: 2em;
		text-align: center;}
.fs90{	font-size: 90%;}
.page{	width: 2em;
		text-align: center;
		font-size: 110%;}
.ita{	font-style: italic;}
.c{		text-align: center;}

.menu{	border: 1px solid;
		padding:1em;}
.notes{	border: 1px solid #666;}
dt{		margin-top: 1em;}
