
body{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: black;
  padding: 0;
  margin: 0;
  background-color: white;
}

h1{ 
  color: #524b93;
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 14px;
}

p{
  text-align: left;
  padding: 0;
  margin-left: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 10px;
}


a{ color: #524b93; text-decoration: none; }
a:hover{ color: blue; text-decoration: underline; }
a:active{ color: red; text-decoration: underline; }
a:visited{ color: #524b93; }

table{
  border-collapse: collapse;
  font-size: 14px;
  background-color: white;  
}

td{ 
  margin: 0;
  vertical-align: top;
}


span.pale{ color: #909090; }
span.pale a{ color: #909090; text-decoration: none; }
span.pale a:hover{ color: #909090; text-decoration: underline; }
span.pale a:active{ color: blue; text-decoration: underline; }
span.pale a.visited{ color: #909090; text-decoration: none; }




