:root {
/*  --bs-body-bg: var(--bs-gray-100);*/
}

body {
    font: 100%/150% "Georgia", "Trebuchet MS", Verdana, sans-serif;
    margin: 0;
}




a {
    text-decoration: none;
    color: #006;
}

a:hover {
    color: #009;   
    text-decoration: underline;
}


h3 {
    /* titles for entries, mostly */
    padding-bottom: 0;
    margin-bottom: 0;
}

div.top {
  margin: 0px;
  padding: 0px;
  
}
.topnav {
  background-color: #333;
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: Georgia;
}
.topnav a {
  color: white;
  text-decoration: none;
}

.topnav a:hover {
  text-decoration: underline;
  color: --bs-dark-blue;
}

article header h1 {
  font-size: 140%;
}

article header i {
  padding-right: 5pt;
}

article header {
  border: 1pt  black;
  border-style: solid none none none;
  padding-bottom: 10pt;
  padding-top: 15pt;
}

article h2 {
  font-size: 110%;
}

article h3 {
  font-size: 90%;
}

#maincontent h2 {
  color: black;
  border: top 1px solid #333;
  size: 140%;
}

#blogroll h2 {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 0px;
    border: 1px none #000;
    border-bottom-style: solid;
    
}

/* nav pills */
.nav-pills .nav-link.active {
    background-color: #fff;
    color: #333;
}

/* forms */

form.postform label {
  display: block;
}

form.postform li {
  list-style-type: none;
  font-weight: bold;
}

a.commentlink i {
  margin-right: 5pt;
}