

body {
  background-color: #FFFFE6
}

ul.section {
 list-style-type: circle;}


/* This is for the privacy-security top line */
#censortable {
    font-family:  Arial, helvetica, sans-serif;
    font-size: 1.3em;
    width: 100%;
    height: 35px;
    border-collapse: collapse;
    color: black;
    background-color: black;
}
#censortable td {
  background-color: black;
  color: white;
  text-align: center;
}

#a.censortable:link {color:white; text-decoration: none;}
#a.censortable:visited {color:white; text-decoration: none;}
#a.censortable:hover {color:white; text-decoration: none; }
a.censortable:link {color:white; }
a.censortable:visited {color:white; }
a.censortable:hover {color:white; }


/* This is for gglotus-style top-line menu
   of pages. */
#topmenu {
    font-family:  Arial, helvetica, sans-serif;
    font-size: 1.3em;
    width: 100%;
    border-collapse: collapse;
    color: yellow;
}
#topmenu td {
  background-color: green;
  color: #ffcc33;
  height: 35px;
  text-align: center;
}
a.topmenu:link {color:#ffcc33; text-decoration: none;}
a.topmenu:visited {color:#ffcc33; text-decoration: none;}
a.topmenu:hover {color:#ffcc00;  text-decoration: none;}

h1 {
    text-align: center;
    color:  green;
}
h2 {
    text-align: center;
    color:  green;
}
