<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS for Must See sites
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 105%;
  font-size: 10pt;
  padding: 0px;
  margin: 0;
}

table.stat th, table.stat td {
  font-size : 10pt;
  line-height: 105%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  background : white none; color : black; }
  
table, td, th
 {
  font-size : 10pt;
  line-height: 115%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  border-color:#C0C0C0;
  border-collapse:collapse;
 }    

/* Sortable tables */
  
table.sortable thead {
    background-color:#eee;
    color:#ffffff;
    font-weight: bold;
    cursor: default;
}


p {
  font-size: 10pt;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
}

h1 {
  color: #ff6600;
  font-size: 16pt;
  font-weight: bold;
}

li {
  font-size: 10pt;
  font-family : Verdana,Helvetica,Arial,sans-serif;

}

h2 {
  color: #003366;
  font-size: 14pt;
  font-weight: bold;
}


h3 {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

em {
  text-transform: uppercase;
}

a {   
  font-weight: 10pt; 
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  text-decoration: none;
  color: red;
}

a:active {
  color: blue;
}</pre></body></html>