body {
  font-family: Verdana, "Arial Regular", Arial, sans-serif;
  font-size: 90%;
  color: black;
  background-color: white;
}
  
h1 {
  margin: 3px;
  font-size: 120%;
  text-transform: uppercase;  
  color: rgb(0,21,95);
}

h2 {
  margin: 3px;
  color: rgb(0,21,95);
  font-size: 110%;
}

h3 {
  color: rgb(0,21,95);
  margin: 3px;
  font-size: 100%;
  font-weight: normal;
}

dt {
  font-weight: bold;
}

code {
  font-size: 110%;
}

a {
  color: rgb(178,34,34);
  text-decoration: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: rgb(178,34,34);
}

a:hover {
  text-decoration: underline;
  color: rgb(178,34,34);
}

th img { 
  display: none;
}

.copyright {
  font-style: italic;
  font-size: 85%;
  text-align: center;
}

.FrameHeadingFont {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 105%;
}

.FrameItemFont {
  font-family: Courier, monospace;
  font-size: 110%;
  line-height: 130%;
}

.FrameItemFont i {
  color: rgb(143,85,147);
}

.NavBarCell1 { 
  background-color: rgb(200,200,255);
}

.TableHeadingColor {
  background-color: rgb(200,200,255);
  text-transform: uppercase;
}

.TableHeadingColor font {
  font-size: 110%;
}

.TableRowColor b {
  font-family: Courier, monospace;
  font-size: 110%;
}