body {	
/*background-color: #CCCCFF;*/
	font-family:  Arial, Helvetica, Verdana,   sans-serif; 
	font-size: 24px;
 }

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

li, p {
	font-size: 14px;
}

ul.biblio li {padding: 10px; 
}

p.list {	margin-top: 0px;
	margin-bottom: 8px;
}

p.menu {
	border-style: outset;
	padding: 4px;
	padding-left: 8px;
	margin: 4px;
	background-color: #99CCFF;
	font-weight: medium;
	<!--font-style: oblique;-->
	<!--font-variant: small-caps;-->
	text-align: center
	text-decoration: none;

 }

p.menu_selected {
	border-style: outset;
	padding: 4px;
	padding-left: 8px;
	margin: 4px;
	background-color: #807000;
	font-weight: bolder;
	font-style: oblique;
	font-variant: small-caps;
	text-align: center
	text-decoration: none;
}

.subhead { font-weight: bold; 
	  color: #000066}

table { 	border-width: thin; border-style: double; border-color: grey; } 

td {
	border-width: thin; border-color: black;
border-style: groove}

td.body {
	padding: 25px; 
}

td.menu {
	padding-top: 25px;
}

img.floatright {float: right; margin:4px;}
