
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #222;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}


table {
  border-collapse: collapse;
  width: 100%;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}

th {
  /*background-color: #4CAF50;*/
  /*background-color: #4C4C4C;*/
  background-color: #444;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;  
}

th, td {
  border-bottom: 1px solid #ddd;
  /*border-style: dashed;*/
  text-align: left;
  padding: 8px;  
}

tr:hover {background-color: #444;}
/*tr:hover {background-color: #eee;}*/
/*tr:nth-child(even){background-color: #fafafa;}*/

a {color: #ffff44}
a:hover {color: #ffaa22}
/*
a {color: #444488}
a:hover {color: #ff9911}
*/
/*a:visited {color: #997777}*/


.legend1 {
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

  
