@charset "utf-8";
/* CSS Document */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #73afac; 
}
th { 
  background: #009288; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 4px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
.style5 {
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body{
color:#000;
}
