a:link            {color: black;     text-decoration: none}
a:visited         {color: black;     text-decoration: none;}
a:hover           {color: black;     text-decoration: underline;}

a.bold:link       {color: black;     text-decoration: none;      font-weight: bold;}
a.bold:visited    {color: black;     text-decoration: none;      font-weight: bold;}
a.bold:hover      {color: black;     text-decoration: underline; font-weight: bold;}

a.urgent:link     {color: darkgreen; text-decoration: none;      font-weight: bold;}
a.urgent:visited  {color: darkgreen; text-decoration: none;      font-weight: bold;}
a.urgent:hover    {color: darkgreen; text-decoration: underline; font-weight: bold;}

h1, h4 {
  /* margin-top: 40px; */
  /* border-top: solid 2px; */
  /* border-color: black; */
  /* width: 700px; */
  font-size: 12.5pt;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  color: #A00000;
  margin-left: 5px;
  }

h2, h5 {
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  }

li {
  text-decoration: underline;
  font-family: Arial, Sans-Serif;
  }

a, td {
  font-size: 10pt;
  font-family: Arial, Sans-Serif;
  }

.title, h3 {
  font-size: 14pt;
  font-weight: bold;
  font-family: Tahoma, Arial, Sans-Serif;
  text-align: center;
  color: #303090;
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: black;
  padding-left:   6px;
  padding-right:  6px;
  padding-top:    4px;
  padding-bottom: 4px;
  width: 700px;
  }

p {
  font-size: 10pt;
  font-family: Arial, Sans-Serif;
  }

p.notice {
  color: darkblue;
  font-weight: bold;
  }

pre {
  margin-top: 0px;
  margin-left: 5%;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  }

em {
  font-size: 10pt;
  font-family: Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  }

