<css>



<style>

	
	<meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="canonical" href="http://codepen.io/tjvantoll/pen/JEKIu" />


h1 { 
    font-size: 2.0em;  /* 40px/16=2.5em */  font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.5em; /* 24px/16=1.5em */   font-family: Arial, Helvetica, sans-serif;
 }

h3 {
    font-size: 1.0em; /* 16px/16=1.em */   font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 1.0em; /* 16px/16=1.0em */   font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 1,2em; /* 20px/16=1.25em */   font-family: Arial, Helvetica, sans-serif;
}



P {
background-color: #FFAA66;
}

</style>

<style class="cp-pen-styles">.fixed_headers {
width: 960px;
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_headers th {
  text-decoration: none;
}
.fixed_headers th,
.fixed_headers td {
  padding: 10px;
}

.fixed_headers td:nth-child(1){
  width: 280px;
text-align: left;
}
.fixed_headers th:nth-child(1) {
  width: 280px;
text-align: center;
}

.fixed_headers td:nth-child(2) {
  width: 250px;
text-align: left;
}
.fixed_headers th:nth-child(2) {
  width: 270px;
text-align: center;
}

.fixed_headers td:nth-child(3) {
  width: 75px;
text-align: center;
}
.fixed_headers th:nth-child(3) {
  width: 55px;
text-align: center;
}

.fixed_headers td:nth-child(4) {
  width: 75px;
text-align: center;
}
.fixed_headers th:nth-child(4) {
  width: 55px;
text-align: center;
}

.fixed_headers td:nth-child(5) {
  width: 250px;
text-align: left;
}

.fixed_headers th:nth-child(5) {
  width: 150px;
text-align: center;
}




.fixed_headers thead {
  display: block;
  background-color: #999999;
  color: #fdfdfd;
}
.fixed_headers thead tr {
  display: block;
  position: relative;
}

.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 800px;
}
.fixed_headers tbody tr:nth-child(even) {
  background-color: #dddddd;
}
.old_ie_wrapper {
  height: 300px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.old_ie_wrapper tbody {
  height: auto;
}


	
body {
    font-size: 1.0em;    font-family: Arial, Helvetica, sans-serif;
}

body {
background-color: #330000;
    color: black;
}



table, td {
     border: 2px solid grey;
     cellspacing: 0
     background-color: #ffcccc;
     padding: 15px;
 }





</STYLE>
	






<css>