/* CSS Document */

body {
	font-family: 'Bookman Old Style';
	font-weight: 400;
	font-size: 115%;
	background-color: white;
}

h1, h2, h3, h4 { text-align: center; }

.topic { 
  padding: .2em;
  background-color: #fffff0;
  border: .2em ridge darkgray;
}

.panel {
  padding: .2em;
}

.decor {
   border: .1em inset darkblue;	
}