body {
    background-color: #011936;
      margin: 0px auto;
    font-size: 11px;
}

body, body td, body a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
body.prominent-links a {
	font-weight: bold !important;
	color: #00f !important; /* equals clHyperlink */
	text-decoration:underline !important; 
}

h1,h2,h3, p
{
	color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.a-link {
	color: #fff;
  font-weight: bold !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.a-link:hover {
color: #3399FF;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}

.enz-img {
    width: 20%;
    padding-top: 20px;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr{background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
  color: #000;
}