font : 100% 'Trebuchet MS', Arial, sans-serif;

.nb {
  border-width: 0;
}
.p2 {
  font-size: smaller;
}
.ac {
  text-align: center;
}
body {
  background-color: #ffffcc; overflow: scroll;
}
table {
  border-collapse: separated;
  border:  none;
  border-spacing: 20px 0px;
  table-layout: fixed;
}
/*
html, body {
background : #ffffcc;
color : rgb(34, 34, 34); 
font : 100% 'Helvetica Neue', Arial, sans-serif; */

#nav {
background : #ddd;
width : 100%;
border : 1px solid #999;
border-width : 0 0 0 0;
padding-top : 6px;
}
#nav ul {
padding : 0 0 10px 0;
margin : 0 auto;
text-align : center;
overflow : hidden;
}
#nav ul li {
list-style : none;
padding : 0;
display : inline;
}
#nav ul li a {
color : #000;
border : 1px solid #ccc;
padding : 1px 6px 2px;
margin : 2px;
line-height : 2;
background : #f2f2f2;
text-decoration : none;
}
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
color: #c00;
background-color: yellow;

}
#nav strong { background : red; border : 1px solid red;
color : #fff; font-weight : normal;
padding : 1px 6px 2px;
}
p { margin-left : 25px; margin-right: 25px;}
.bld { font-weight: bold }
.ital { font-style: italic }
/*
* html #nav ul {
overflow : visible;
width : 100%; } */



