BODY.white {color:black; background-color:white;}
BODY.pale-yellow {color:black; background-color:#ffffcc;}
BODY {color:black; background-color:white; margin : 0;
	padding : 1%;
	font-size : 100.01%;
}

.serif {
  font-family: "Times New Roman", Times, serif;
}
.sansserif {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
   font-family: "Times New Roman", Times, serif;
}

th {
font-family: Arial, Helvetica, sans-serif;
}

TD {vertical-align:top;text-align:left;}
TH {vertical-align:top;text-align:left;}

div.mem1 {
  border-width:3px;
  border-style:solid;
  border-color:black;
  width:75%;
}

h3.mem1 {
   margin:0;
   padding:10;
}

table.mem1 {
  margin:0; 
  padding:5;
}

table.not1 {
  border: 1px solid black;
}
td.not1 {
  border-collapse: collapse;
  border: none;
  text-align: center;
}
  
tr.not1 {
  border-collapse: collapse;
  border: none;
  text-align: center;
}




X.new {vertical-align: center; text-align:center; color:blue; font-size:75%; font-weight:bold; border-radius:4px; background:yellow; width:1em; height:1em; border:1px solid blue; padding:1px;}

X.updated {vertical-align: center; text-align:center; color:blue; font-size:75%; font-weight:bold; border-radius:4px; background:lightblue; width:1em; height:1em; border:1px solid blue; padding:1px;}

X.complete {vertical-align: center; text-align:center; color:crimson; font-size:75%; font-weight:bold; border-radius:4px; background:yellow; width:1em; height:1em; border:1px solid crimson; padding:1px;}

.notice {border-style:outset;border-width:thick}

/* Sortable tables */
TABLE.sortable thead {color:darkgreen;font-weight:bold;cursor:default;}
.darkgreen {color:darkgreen;font-weight:bold;}

 ol.no_1{
    column-count: 3;
}
        
/* unordered list with no bullets in 3 columns */        
 ul.no_2{
    column-count:3;
    list-style-type: none; /* Remove bullets */
}

