body {
  background-color: #18000c;
  color: white;
  font-family: "Arial", "Helvetica", "sans-serif";
}

a, a:visited {color:#F2B6C5;}

.buttons a {display:inline-block; background-color:gray; color:white; border:4px outset gray; 
  text-decoration:none; margin:4px; padding:4px 0.5em;
}
.buttons a.current, buttons a.current:hover {color: #F2B6C5; border-style:inset;}
.buttons a:hover { color:black; background-color:white;border-color:white;}

.fuzz {box-shadow: 0px 0px 10px 10px #cdcdcd;}
div#nav {font-size:18pt;}

h2 {margin-top:2em; border-bottom:thin solid;}

table {border: 0; border-collapse: collapse;}
table td {border:0;}
table thead td {font-weight:bolder; font-size:larger; }
table tbody tr:nth-child(even) {background-color:darkgray;}
table tbody td {padding: 0.3em 1em;}

table.clSch { width:60%; margin: auto auto auto 1in;}
table.clSch tbody tr td:first-child { text-align: right; font-weight: bold; border-right: thin solid; }
