<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Wrap Long Lines">
  </head>
  <body>
    <pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;html&gt;&lt;head&gt;&lt;title&gt;nbtc-2021.css&lt;/title&gt;

&lt;/head&gt;
&lt;body&gt;
body {
background-color: rgb(255, 255, 255);
}
table.event
{
border-collapse: collapse;
margin-left: 5%;
margin-right: 5%;
width: 90%;
}
.events
{
border: 1px solid black;
width: 100%;
font-size: 100%;
text-align: center;
}
.eventtd
{
border: 1px solid black;
padding: 3px;
font-size: 100%;
text-align: left;
}
.subtitle
{
font-size: 100%;
text-align: center;
padding: 5px;
}
.bottom
{
font-size: 90%;
text-align: left;
}
.center
{
font-size: 90%;
text-align: center;
}
table.title
{
background-image: url(198dk.jpg);
text-align: center;
width: 90%;
margin-left: auto;
margin-right: auto;
border: 10px solid #663300;
}
table.buttons
{
width: 90%;
margin-left: auto;
margin-right: auto;
border: 5px solid #663300;
background-image: url(198_li_a.jpg);
}
.page
{
width: 90%;
margin-left: auto;
margin-right: auto;
background-image: url(198_li_a.jpg);
}
a:link
{
color: #0000ff;
text-decoration: underline;
}

a:visited
{
color: #dc143c;
text-decoration: none;
}

a:hover
{
color: #ff0000;
text-decoration: none;
font-weight: bold;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff7e6;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: #ffeecc
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: fff7e6
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffeecc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 11px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #fff7e6;}

.dropdown:hover .dropdown-content {
  display: block;
}



&lt;/body&gt;&lt;/html&gt;

</pre>
  </body>
</html>


