
a:active {
  color: #007000;
  }

a:link {
  color: #8080e0;
  }

a:visited {
  color: #c0c0e5; 
  } 

body { 
  background-color: #252525; 
  color: #d5d5e5;
  }

p { 
  color: #d5d5e5; 
  line-height: 120%; 
  margin: 0;
  text-indent: 0; 
  }

p.hangingIndent { 
  margin-left: 30; 
  margin-right: 0;
  text-indent: -30; 
  }
  
p.pageTitle { 
  color: #bc00f0; 
  font-family: Arial; 
  font-size: 24pt;
  }

p.subsection {
  font-family: Arial;
  font-weight: Bold;
  }

p.subtle { 
  color: #353540; 
  line-height: 120%; 
  margin: 0;
  text-indent: 0; 
  }

table {
 border: none;
 width: 100%;
 }

td {
 border: 1 solid #494955;
 }

td.image {
 border: 2 solid #494955;
 }

td.noborder {
  border-style: none; 
  border-width: 0;
  }

td.section { 
  background-color: #494955; 
  border-style: none; 
  border-width: 0;
  color: #d5d5e5;
  font-family: Arial; 
  font-weight: Bold;
  }

tr {
  vertical-align: top;
  }

ul {
  color: #d5d5e5;
  }
