body, table {
 font-size:12px;
 font-family:Verdana, Arial, sans-serif;
 color:black;
}

p, h1, h2, h3, ul, ol {
  margin:0px;
}

a:link {
  text-decoration:none;
  color:rgb(60,120,190);
}

a:visited {
  text-decoration:none;
  color:rgb(60,120,190);
}

a:hover {
  text-decoration:none;
  color:rgb(0,170,255);
}

a:active {
  text-decoration:none;
  color:rgb(60,120,190);
}

h1, h2, h3, ul, ol {
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
}

.bold {
  font-weight:bold;
}

.blue {
  color:rgb(60,120,190);
}

h1 {
  font-weight:bold;
  font-size:1.5em;
  line-height:1em;
  color:rgb(60,120,190);
  margin-bottom:3px;
}

h2 {
  font-weight:bold;
  font-size:1.2em;
  line-height:1em;
  color:rgb(60,120,190);
  margin-top:18px;
  margin-bottom:3px;
}

h3 {
  font-weight:bold;
  font-size:1.1em;
  color:black;
  margin-top:12px;
  margin-bottom:3px;
}

th, td {
  padding:3px;
}

td.border {
  border-bottom:1px dotted rgb(60,120,190);
}

