BODY.white {color:black; background-color:white;}
BODY.pale-yellow {color:black; background-color:#ffffcc;}
BODY {color:black; background-color:white;}
/* old stone - BODY {color:black; background-color:white; background-image:url('/images/stone.gif')} */
TABLE.navbar {text-align:center;border-style:none;}
TABLE.submit {text-align:center;border-style:none;}

.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;
   type-size: 1.3em; 
}

th {
font-family: Arial, Helvetica, sans-serif;
}

TD {vertical-align:top;text-align:left;}
TH {vertical-align:top;text-align:left;}

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;
}

/* A:link {color:X448AFF; text-decoration:none;} */
/* A:link {color:blue;text-decoration:none;} */
A:link.e404 {color:cornflowerblue;text-decoration:none;}
/* A:visited {color:X82B1FF; text-decoration:none;} */
/* A:visited {color:crimson;text-decoration:none;} */
A:visited.e404 {color:gray;text-decoration:none;}
/* A:hover {color:red;text-decoration:none;}  */
A:hover.e404 {color:grey;text-decoration:none;}



/* Not used from the Bootstrap CSS */
/* a {   */
/*  color: #1a0dab;  */
/*  background-color: transparent;  */
/* }  */

a:link {
  color: #100dab;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #8800bb;
  background-color: transparent;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red; /*#660099;*/
  background-color: transparent;
}

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;}

.small {font-size:75%;}
.center {text-align:center;}
.bold {font-weight:bold;}
.left {text-align:left;}
.right {text-align:right}
.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;}

hr { 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    background-color:#000066;
    border-style: inset;
    border-width: 2px;
}

 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 */
}

/* Dropdown Button */
.dropbtn {
  color: black;
  padding: 16px;
  font-size: 75%; 
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
