h1,h2
{
 color:#E69900;
 text-align:center;
}

h4,h3
{
 color:white;
 text-align:center;
}

body
{
 color:black;
 background-image:url('border_71.gif');
 background-repeat:repeat-y;
 background-color:black;
}

p
{
 color:white;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ffffff, #ffffff);
  font-family: sans-serif;
  font-weight: 100;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
th,
td {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0);
  color: #fffff;
}
th {
  text-align: left;
}
thead th {
  background-color: #55608f;
}
tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
tbody td {
  position: relative;
}
tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}


